Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02994-7685-7940-bf34-3555b8256018
21 lines
264 B
Text
21 lines
264 B
Text
# Terraform
|
|
.terraform/
|
|
terraform.tfstate*
|
|
*.tfvars
|
|
|
|
# Ansible
|
|
*.retry
|
|
|
|
# Secrets temp files
|
|
*.age
|
|
*.bak
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Transient verification/rotation receipts; promote reviewed evidence under docs/evidence/
|
|
/reports/
|