This commit is contained in:
Sergey Antropoff
2026-07-17 15:57:36 +03:00
commit e4240a7be5
72 changed files with 6227 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.log
.DS_Store
.idea/
.vscode/
helm/wrapped/charts/
*.tgz
.coverage
htmlcov/