ArchiveBox/.gitignore

28 lines
256 B
Text
Raw Normal View History

2018-08-07 02:43:07 -04:00
# OS cruft
2018-06-10 21:21:53 -04:00
.DS_Store
2018-08-07 02:43:07 -04:00
._*
# python
2017-05-05 04:50:15 -04:00
__pycache__/
2019-03-26 05:35:20 -04:00
.mypy_cache/
2018-12-31 20:57:12 -05:00
venv
.venv
archivebox/.venv
archivebox/venv
2019-04-27 17:27:25 -04:00
archivebox/docs/_build
2018-08-07 02:43:07 -04:00
# vim
.swp*
# output artifacts
2018-09-11 02:22:27 -04:00
output
2018-08-07 02:43:07 -04:00
output/
2018-12-21 18:27:34 -05:00
data
data/
2018-12-31 20:57:12 -05:00
archivebox/output
archivebox/data
archivebox.egg-info/
build/
dist/