__pycache__/
*.pyc
.venv/
*.egg-info/
.DS_Store
node_modules/
web/dist/
# Built by web/scripts/dbml-core.mjs on `npm run dev` and `npm run build`.
web/public/dbml-core-*.mjs
.pytest_cache/
*.duckdb

# TypeScript incremental build info
*.tsbuildinfo

# Local secrets: database URLs, Supabase keys. `migrations/env.py` is a
# different thing entirely and stays tracked — these patterns only match files
# literally named `.env`.
.env
.env.*
!.env.example

# Claude Code agent worktrees (launch.json is intentionally tracked)
.claude/worktrees/
