# Terraform .terraform/ .terraform.lock.hcl *.tfstate *.tfstate.* *.tfplan crash.log override.tf override.tf.json *_override.tf *_override.tf.json # Secrets - NEVER commit these *.tfvars !*.tfvars.example secrets.yaml secrets*.yaml *.pem *.key # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store Thumbs.db