Игнорировать __pycache__ и .pyc; убрать байткод из индекса Git.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,10 @@
|
||||
# Сгенерированные конфиги и kubeconfig локальных кластеров kind
|
||||
.DS_Store
|
||||
.env
|
||||
|
||||
# Кэш и байткод Python (не коммитить)
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
clusters/*/
|
||||
!clusters/.gitkeep
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user