2018-06-10 21:21:53 -04:00
|
|
|
.DS_Store
|
2018-08-07 02:43:07 -04:00
|
|
|
._*
|
2020-06-25 21:30:29 -04:00
|
|
|
*.pyc
|
2017-05-05 04:50:15 -04:00
|
|
|
__pycache__/
|
2019-03-26 05:35:20 -04:00
|
|
|
.mypy_cache/
|
2018-08-07 02:43:07 -04:00
|
|
|
|
2020-11-23 16:52:15 -05:00
|
|
|
# Python and Node dependencies
|
2020-06-25 21:30:29 -04:00
|
|
|
venv/
|
|
|
|
.venv/
|
|
|
|
.docker-venv/
|
2020-11-23 16:52:15 -05:00
|
|
|
node_modules/
|
2019-03-27 15:39:30 -04:00
|
|
|
|
2020-11-23 16:52:15 -05:00
|
|
|
# Packaging artifacts
|
|
|
|
archivebox-*.tar.gz
|
2019-03-27 15:39:30 -04:00
|
|
|
build/
|
|
|
|
dist/
|
2018-08-07 02:43:07 -04:00
|
|
|
|
2020-11-23 16:52:15 -05:00
|
|
|
# Data folders
|
2020-06-25 21:30:29 -04:00
|
|
|
data/
|
2020-11-23 16:52:15 -05:00
|
|
|
data1/
|
|
|
|
data2/
|
|
|
|
data3/
|
2020-06-25 21:30:29 -04:00
|
|
|
output/
|