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

# Node / Next.js (dashboard)
node_modules/
.next/
out/
*.tsbuildinfo

# Env & OS
.env
.env.*
.DS_Store
Thumbs.db

# Editor-local state (Qoder)
.qoder/

# AI tool state
.claude/
.codex/
.meituan-catpaw/

# Run artifacts & scratch notes
.live-run-output.txt
testlist.txt

# Personal (never commit)
docs/eval-harness-interview-prep.md
