20 lines
176 B
Plaintext
20 lines
176 B
Plaintext
# venv / python cache
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# env / secrets
|
|
.env
|
|
|
|
# local data / sqlite
|
|
data/
|
|
*.db
|
|
|
|
# editor
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |