railiance-platform/.gitignore
tegwick 20bf3d5942
All checks were successful
CI Smoke / host-smoke (push) Successful in 2s
CI Smoke / container-smoke (push) Successful in 36s
chore: gitignore Python bytecode caches
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 10:49:36 +02:00

26 lines
654 B
Text

# Decrypted helm values — never commit plaintext secrets
helm/*.yaml
!helm/*.sops.yaml
!helm/*.yaml.template
!helm/openbao-values.yaml
!helm/openbao-middleware.yaml
!helm/openbao-ui-overlay-k8s.yaml
# Kubernetes manifests (no secrets) are safe to commit
!helm/*-cluster.yaml
!helm/*-networkpolicies.yaml
!helm/*-databases.yaml
# ArgoCD repository credentials — encrypt locally, never commit
argocd/repositories/*.repository.sops.yaml
!argocd/repositories/*.repository.sops.yaml.template
# Kubeconfig
*.kubeconfig
# Credential broker local lease/token material
.local/credential-leases/
*.openbao-token
# Python bytecode caches
__pycache__/
*.pyc