chore: ignore Python __pycache__ and *.pyc
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,3 +4,6 @@ secrets/local/
|
||||
.DS_Store
|
||||
# kustomize helm chart download cache
|
||||
**/charts/
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user