b257846981
---ci--- project: acdl phase: 12 milestone: v1.14 status: complete requirements: covered: [REQ-146] partial: [] ---/ci---
31 lines
423 B
Plaintext
31 lines
423 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
.env.*
|
|
state.json
|
|
audit.json
|
|
*.tmp
|
|
.DS_Store
|
|
runner-data/
|
|
.env.secrets
|
|
terraform/bootstrap/.bootstrap_state.json
|
|
|
|
# CIAgent runtime artifacts
|
|
.ciagent/logs/
|
|
|
|
# Terraform — recursively ignore .terraform dirs, lock files, plans, and state
|
|
**/.terraform/
|
|
**/.terraform.lock.hcl
|
|
**/tfplan
|
|
**/*.tfstate*
|
|
|
|
# Credential patterns (v1.14, REQ-146)
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
*.cer
|
|
*.crt
|
|
*.jks
|
|
*.keystore |