1
0
Fork 0
mirror of synced 2024-05-14 01:13:45 +12:00
ArchiveBox/.gitignore
2024-04-24 16:29:36 -07:00

35 lines
384 B
Plaintext

.DS_Store
._*
*.pyc
__pycache__/
.mypy_cache/
.eggs/
tests/out/
# Python and Node dependencies
venv/
.venv/
.docker-venv/
node_modules/
# Ignore dev lockfiles (should always be built fresh)
requirements-dev.txt
pdm.dev.lock
# Packaging artifacts
.pdm-python
.pdm-build
archivebox.egg-info
archivebox-*.tar.gz
build/
dist/
# Data folders
data/
data*/
output/
# vim
*.sw?
.vscode/