1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00
ArchiveBox/.dockerignore
2019-07-09 13:11:00 -04:00

21 lines
507 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)