ArchiveBox/.gitignore

22 lines
508 B
Text
Raw Normal View History

2018-06-10 21:21:53 -04:00
.DS_Store
2018-08-07 02:43:07 -04:00
._*
2019-07-09 13:11:00 -04:00
2017-05-05 04:50:15 -04:00
__pycache__/
2019-07-09 13:11:00 -04:00
.mypy_cache/
archivebox.egg-info/
build/
dist/
2018-08-07 02:43:07 -04:00
2019-07-09 13:03:55 -04:00
# 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)
2018-08-07 02:43:07 -04:00
2019-07-09 13:03:55 -04:00
# 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)