1
0
Fork 0
archivebox/.gitignore

17 lines
117 B
Plaintext
Raw Normal View History

2018-06-11 01:21:53 +00:00
.DS_Store
2018-08-07 06:43:07 +00:00
._*
2020-06-26 01:30:29 +00:00
*.pyc
2017-05-05 08:50:15 +00:00
__pycache__/
2019-03-26 09:35:20 +00:00
.mypy_cache/
2018-08-07 06:43:07 +00:00
2020-06-26 01:30:29 +00:00
venv/
.venv/
.docker-venv/
build/
dist/
node_modules/
2018-08-07 06:43:07 +00:00
2020-06-26 01:30:29 +00:00
data/
output/