1
0
Fork 0
mirror of synced 2024-05-23 13:50:01 +12:00
ArchiveBox/.gitignore
2019-04-27 17:27:25 -04:00

29 lines
275 B
Plaintext

# OS cruft
.DS_Store
._*
# python
__pycache__/
.mypy_cache/
venv
.venv
archivebox/.venv
archivebox/venv
archivebox/docs/_build
# vim
.swp*
# output artifacts
output
output/
data
data/
archivebox/output
archivebox/data
archivebox/VERSION
archivebox.egg-info/
build/
dist/