Игнорировать __pycache__ и .pyc; убрать байткод из индекса Git.

This commit is contained in:
2026-04-04 05:40:22 +03:00
parent 73ae5d7032
commit 599984330a
3 changed files with 5 additions and 0 deletions
+5
View File
@@ -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.