# Terraform
.terraform/
*.tfstate
*.tfstate.*
*.tfplan
tfplan
.terraform.lock.hcl

# Crash logs
crash.log
crash.*.log

# Sensitive files
*.tfvars.json
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# CLI configuration
.terraformrc
terraform.rc

# IDE
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

