diff --git a/.gitignore b/.gitignore index 7b6cae8..001a1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ secrets/local/ .DS_Store # kustomize helm chart download cache **/charts/ +# Python bytecode +__pycache__/ +*.pyc