.DS_Store
.idea/
.vscode/
.impeccable/
.codex/

.python/
.venv/
.uv-cache/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

web/node_modules/
web/dist/
web/coverage/

*.db
*.db-shm
*.db-wal
*.db.lock
