24 lines
340 B
Plaintext
24 lines
340 B
Plaintext
# Terraform state, plans, and provider/plugin caches
|
|
**/.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
crash.log
|
|
crash.*.log
|
|
.terraform.lock.hcl
|
|
|
|
# Ansible artifacts and local secrets
|
|
*.retry
|
|
*.vault-password
|
|
ansible/inventory/*.ini
|
|
ansible/inventory/*.yml
|
|
*.key
|
|
*.pem
|
|
|
|
# Local tooling and generated demo output
|
|
.DS_Store
|
|
.env
|
|
tmp/
|
|
artifacts/
|
|
|