1
0
Fork 0
mirror of synced 2024-05-24 14:19:33 +12:00
ArchiveBox/.gitignore
2019-07-09 13:11:00 -04:00

22 lines
508 B
Plaintext

.DS_Store
._*
__pycache__/
.mypy_cache/
archivebox.egg-info/
build/
dist/
# Dependency code
.venv # main pipenv venv path
venv # old venv path, (no longer used)
archivebox/.venv # old venv path, (no longer used)
archivebox/venv # old venv path, (no longer used)
# Stateful data folders
data/ # main archivebox data folder
archivebox/output/ # old output folder path (no longer used)
output/ # old output folder path (no longer used)