# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
*.db
*.db-shm
*.db-wal
*.db.bak

# Environment
.env
.env.local

# Local-only directory: notes, tickets, dogfood logs, scratch — anything
# that should never be committed. Drop new files here without editing
# .gitignore.
.local/

# Tools
.ruff_cache/
.mypy_cache/
.pytest_cache/
htmlcov/

# Node / SvelteKit
node_modules/
ui/build/
ui/.svelte-kit/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
