first commit

This commit is contained in:
2026-03-11 12:16:18 +01:00
commit eb46d77fe7
11 changed files with 412 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Secrets - never commit these
*.secret.yaml
*.secret.yml
secrets/
*.pem
*.key
# Local overrides
values.local.yaml
*.local.yaml
# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
# OS files
.DS_Store
Thumbs.db