# Dependencies
node_modules/

# Env files (never commit real secrets)
.env
.env.local
.env.*.local

# Build output
dist/
.next/
build/

# Terraform
**/.terraform/
*.tfstate
*.tfstate.*
*.tfplan
crash.log
crash.*.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# OS/editor
.DS_Store
*.swp

# Go
/cli/bin/
/cli/dist/

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

# Logs
*.log
npm-debug.log*

# Local sqlite dev DB (api/.env currently points here)
*.db
*.db-journal

# Playwright MCP debug artifacts (console logs, page snapshots)
.playwright-mcp/
tfplan
