27 lines
252 B
Text
27 lines
252 B
Text
# 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/
|