# Terraform provider plugins
.terraform/
.terraform.lock.hcl

# Terraform state
terraform.tfstate
terraform.tfstate.backup
*.tfstate
*.tfstate.backup

# Sensitive data
terraform.tfvars
!terraform.tfvars.example

# Backup files
*.bak
*.bak_db
*.bak_*

# Test artifacts
test_*.log
