# OpenTofu / Terraform
.terraform/
.terraform.d/
*.tfplan
tfplan
*.tfstate
*.tfstate.backup
.terraform.lock.hcl

# Python
.venv/
__pycache__/
*.pyc
.coverage*
coverage.json

# Generated module outputs
modules/*/generated/

# Integration test scratch (cloned canary repo)
.scratch/

# OS
.DS_Store
.env

