target
.cursor
cobertura.xml
.DS_Store
.writing.md

# Terraform state files
*.tfstate
*.tfstate.*

# Terraform variables with sensitive data
infrastructure/contact.auto.tfvars

# Terraform directory
infrastructure/.terraform/
infrastructure/.terraform.lock.hcl

# Private keys
infrastructure/fixtures/
infrastructure/.env
