diff --git a/.gitignore b/.gitignore index 8847302..a65c8d6 100644 --- a/.gitignore +++ b/.gitignore @@ -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/