# Working/scratch files
planning/handoff_extract.txt

# Harness/agent internal
.claude/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Editor
.vscode/
.idea/
*.swp

# Node / TypeScript
node_modules/
dist/
build/
.next/
*.log
.env
.env.*
!.env.example

# Build caches / generated (monorepo scaffolding — #15)
coverage/
*.tsbuildinfo
.eslintcache
.pnpm-store/

# Python (apps/ml)
__pycache__/
*.pyc
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.json

# Storybook build output (@dhanavega/ui smoke builds)
storybook-static/
