# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
build/
dist/

# Editors / tooling
.claude/
.idea/
.vscode/

# OS
.DS_Store

# Frontend
frontend/node_modules/
frontend/dist/

# Local env (real secrets; .env.sample is the committed template)
.env
.env.local

# Local SQLite database (created/migrated on hub startup; WAL sidecars too)
donut.db
donut.db-wal
donut.db-shm
