1
0
Fork 0
mirror of synced 2024-05-18 19:32:24 +12:00
ArchiveBox/.gitignore
2019-03-27 15:39:30 -04:00

28 lines
252 B
Plaintext

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