Add platform infrastructure configuration

This commit is contained in:
donghyeon-ka
2026-08-28 17:35:41 +09:00
parent fa76531e5b
commit 16c337bcc9
302 changed files with 83259 additions and 1 deletions
+43
View File
@@ -0,0 +1,43 @@
# 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/