__pycache__/
*.py[cod]

.venv/
venv/
.python-version

.pytest_cache/
.mypy_cache/
.ruff_cache/

.DS_Store

# Local runtime artifacts
*.db
*.db-shm
*.db-wal
.tmp-*

# Environment variables
.env
.env.local
.env.*.local

# Frontend dependencies and build output
frontend/node_modules/
frontend/dist/

# Worktrees
.worktrees/

# Local backup folders
old_docs/
