19 lines
162 B
Plaintext
19 lines
162 B
Plaintext
# Terraform
|
|
.terraform/
|
|
terraform.tfstate*
|
|
*.tfvars
|
|
|
|
# Ansible
|
|
*.retry
|
|
|
|
# Secrets temp files
|
|
*.age
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|