1
0
Fork 0
archivebox/.gitignore

27 lines
264 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/
2021-01-08 13:24:05 +00:00
.eggs/
2020-12-11 14:49:00 +00:00
tests/out/
2018-08-07 06:43:07 +00:00
# Python and Node dependencies
2020-06-26 01:30:29 +00:00
venv/
.venv/
.docker-venv/
node_modules/
# Packaging artifacts
2020-12-11 14:22:38 +00:00
archivebox.egg-info
archivebox-*.tar.gz
build/
dist/
2018-08-07 06:43:07 +00:00
# Data folders
2020-06-26 01:30:29 +00:00
data/
data1/
data2/
data3/
2020-06-26 01:30:29 +00:00
output/