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

This commit is contained in:
Sergey Antropoff
2026-04-04 05:40:22 +03:00
parent e46a62cfdb
commit 8bb3b5535a
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.