1
0
Fork 0
mirror of synced 2024-05-11 16:03:33 +12:00
ArchiveBox/.gitignore
2020-11-28 02:33:28 -05:00

24 lines
226 B
Plaintext

.DS_Store
._*
*.pyc
__pycache__/
.mypy_cache/
# Python and Node dependencies
venv/
.venv/
.docker-venv/
node_modules/
# Packaging artifacts
archivebox-*.tar.gz
build/
dist/
# Data folders
data/
data1/
data2/
data3/
output/