mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-05 20:04:44 +00:00
54 lines
578 B
Text
54 lines
578 B
Text
# Terraform
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfstate.*.backup
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
crash.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Ansible
|
|
*.retry
|
|
|
|
# Secrets — never commit plaintext secrets
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
.vault_pass
|
|
.vault-password
|
|
secrets.yml
|
|
config.yml
|
|
secrets.yaml
|
|
vault.yml
|
|
vault.yaml
|
|
**/secret.env
|
|
**/.env.secret
|
|
|
|
# SOPS (encrypted files are OK, but age keys are not)
|
|
keys.txt
|
|
*.agekey
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Misc
|
|
*.log
|
|
*.bak
|
|
*.tmp
|