# Dependencies
node_modules/
.pnpm-store/

# Build outputs
dist/
.next/
.turbo/
out/
next-env.d.ts
storybook-static/

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfplan
tfplan-*

# Environment
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Test & coverage
coverage/
.vitest/

# Lint cache
.eslintcache

# Misc
*.log
*.tsbuildinfo


# Rust
/target
infra/tfplan

# Local-only artifacts
.claude/scheduled_tasks.lock
.claude/settings.local.json
.playwright-mcp/
insights-*.png
tsup.config.bundled_*.mjs
audit/
.aimage-video-v3-lab/
.bdd-logs/
.bdd-snapshots/

# Local scratch clones and downloads (VideoDR benchmark, ad-hoc corpora).
.tmp/
tmp/

# Bare symlink form: `node_modules/` with a slash does not match a symlink
node_modules

# Session scratchpads: per-agent notes, never repo content
scratchpad/
