1
0
Fork 0
mirror of synced 2024-05-24 14:19:33 +12:00
ArchiveBox/.gitignore
2019-04-27 17:57:35 -04:00

28 lines
256 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.egg-info/
build/
dist/