1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +12:00
ArchiveBox/.gitignore
2023-10-19 17:09:48 -07:00

31 lines
289 B
Plaintext

.DS_Store
._*
*.pyc
__pycache__/
.mypy_cache/
.eggs/
tests/out/
# Python and Node dependencies
venv/
.venv/
.docker-venv/
node_modules/
# Packaging artifacts
.pdm-python
archivebox.egg-info
archivebox-*.tar.gz
build/
dist/
# Data folders
data/
data1/
data2/
data3/
output/
# vim
*.sw?