chore: ignore Python __pycache__ and *.pyc

This commit is contained in:
2026-03-02 18:35:01 +00:00
parent 527b3b0246
commit dab4638b47

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ secrets/local/
.DS_Store .DS_Store
# kustomize helm chart download cache # kustomize helm chart download cache
**/charts/ **/charts/
# Python bytecode
__pycache__/
*.pyc