# Cursor edit-event log and history (local only)
.cursor/events/
.cursor/hooks/
.cursor/history/
.cursor/hooks/upload-config.json

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
.venv/
venv/
dist/
build/

# Env
.env
.env.local

# GenDD Agentic Governance (local CLI config; may contain secrets)
.gendd-agentic-governance/

# Outputs
*.sarif
governance-result.json

# Terraform
terraform/.terraform/
terraform/*.tfstate
terraform/*.tfstate.*
terraform/crash.log
terraform/terraform.tfvars
# Local GCS backend (copy from backend.tf.example after first apply; CI generates this file)
terraform/backend.tf
