44 lines
543 B
Plaintext
44 lines
543 B
Plaintext
# Local environment and editor files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Credentials and private keys
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.jks
|
|
*.crt
|
|
*.kubeconfig
|
|
kubeconfig
|
|
**/secrets/*.yaml
|
|
**/secrets/*.yml
|
|
!**/secrets/.gitkeep
|
|
|
|
# Host-specific recovery hardware identity (UUID, serial, WWN)
|
|
infrastructure/security/k3s/local-recovery.env
|
|
|
|
# Generated and temporary files
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
*.tmp
|
|
*.bak
|
|
*.orig
|
|
*.rej
|
|
.DS_Store
|
|
|
|
# Helm and validation artifacts
|
|
charts/
|
|
*.tgz
|
|
.helm/
|
|
rendered/
|
|
dist/
|
|
.superpowers/
|