# --- OS ---
.DS_Store
.cursor/**
.claude/**
.sprints/**
Thumbs.db

# --- Go ---
go/bin/
go/pkg/genproto/
*.exe
*.test
*.out

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
py/libs/genproto/

# --- Node / Next.js (app at repo root) ---
.next/
out/
.turbo/
.eslintcache
*.tsbuildinfo
.vercel/

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

# --- Environment ---
.env
.env.local
.env.*.local
.mcp.json
*.pem
*.key
task-definition.local.json

# --- Docker ---
docker-compose.override.yaml

# --- Terraform ---
deploy/terraform/**/.terraform/
deploy/terraform/**/*.tfstate
deploy/terraform/**/*.tfstate.backup
deploy/terraform/**/*.tfvars
infra/**/.terraform/
infra/**/*.tfstate
infra/**/*.tfstate.backup
infra/**/*.tfvars

# --- Coverage ---
coverage.out
htmlcov/
.coverage

# --- Python tooling (cerno-api: Ruff + pytest) ---
.pytest_cache/
.ruff_cache/

node_modules

# --- Supabase CLI ---
supabase/.temp/
