# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*

# Crash log files
crash.log
crash.*.log

# Exclude all .tfvars files, which are likely to contain sensitive data
*.tfvars
*.tfvars.json

# Ignore override files as they are usually used to override resources locally
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Ignore CLI configuration files
.terraformrc
terraform.rc

# Ignore plan files
*.tfplan
tfplan

# Ignore lock files (optional - some teams prefer to commit these)
# .terraform.lock.hcl

# Ignore backup files
*.backup
*.bak

# Ignore Azure CLI output files
azure-regions.txt
azure-quotas.txt
azure-quotas-all-regions.txt

