ArchiveBox/.gitignore

30 lines
277 B
Text
Raw Normal View History

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/
2021-01-08 08:24:05 -05:00
.eggs/
2020-12-11 09:49:00 -05:00
tests/out/
2018-08-07 02:43:07 -04:00
# Python and Node dependencies
2020-06-25 21:30:29 -04:00
venv/
.venv/
.docker-venv/
node_modules/
# Packaging artifacts
2020-12-11 09:22:38 -05:00
archivebox.egg-info
archivebox-*.tar.gz
build/
dist/
2018-08-07 02:43:07 -04:00
# Data folders
2020-06-25 21:30:29 -04:00
data/
data1/
data2/
data3/
2020-06-25 21:30:29 -04:00
output/
2022-09-12 16:34:02 -04:00
# vim
*.sw?