From c1ae8759801c9c2f4194f615aed834e1c1a26fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 6 Aug 2026 10:11:33 +0400 Subject: [PATCH] gitignore: secrets/, __pycache__ --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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/