1
0
Fork 0
mirror of synced 2024-05-23 05:42:39 +12:00
ArchiveBox/.gitignore

28 lines
256 B
Plaintext
Raw Normal View History

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