# 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/
.bdd-logs/
.bdd-snapshots/
