68 lines
800 B
Plaintext
68 lines
800 B
Plaintext
# Local credentials and environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
vault-init-keys.json
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.jks
|
|
credentials.json
|
|
id_dsa
|
|
id_ecdsa
|
|
id_ed25519
|
|
id_rsa
|
|
|
|
# Kubernetes local access
|
|
kubeconfig
|
|
kubeconfig.*
|
|
*.kubeconfig
|
|
|
|
# Python
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Rendered and temporary infrastructure artifacts
|
|
.rendered/
|
|
rendered/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
plan.out
|
|
.terraform.tfstate.lock.info
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
*.local.tfvars
|
|
*.secret.tfvars
|
|
**/.terraform/*
|
|
**/.terragrunt-cache/*
|
|
*.backup
|
|
*.snapshot
|
|
*.tmp
|
|
.decrypted/
|
|
*.decrypted.yaml
|
|
*.dec.yaml
|
|
.build/
|
|
.cache/
|
|
dist/
|
|
tmp/
|
|
coverage/
|
|
*.log
|
|
|
|
# Editor and operating-system files
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|