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

node_modules/
.next/

.env
.env.*
!.env.example

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

evals/reports/*.json
!evals/reports/.gitkeep

.DS_Store
Thumbs.db
*.swp
*.swo
.logs/

.codebuddy/

# Demo recordings live in GitHub Releases, never the repo.
# (See docs/demos/README.md for the canonical URLs.)
*.mp4
*.mov
*.webm
*.m4v

# TypeScript build cache
*.tsbuildinfo
