gitignore: secrets/, __pycache__

This commit is contained in:
“Naeel”
2026-08-06 10:11:33 +04:00
parent 3fa15cd55d
commit c1ae875980
+5
View File
@@ -11,6 +11,10 @@ dist/
vendor/
go.sum.bak
# ── Python ─────────────────────────────────────────────────────────────────────
__pycache__/
*.pyc
# Coverage / profiling
coverage.out
coverage.html
@@ -28,6 +32,7 @@ charts/charts/
*secrets*.yaml
*secrets*.yml
kubeconfig
secrets/
kubeconfig.*
*.kubeconfig
.kube/