1
0
Fork 0
archivebox/.gitignore

28 lines
256 B
Plaintext
Raw Normal View History

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