Create KUMA stateless service

This commit is contained in:
“Naeel”
2026-08-26 12:40:33 +03:00
commit 749c96e1aa
5 changed files with 219 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
.env
.env.*
!.env.example
# Python generated files
__pycache__/
*.py[cod]
.pytest_cache/
# Python environments and tooling
.venv/
venv/
env/
ENV/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
*.egg-info/
dist/
build/
pip-wheel-metadata/
# Coverage and test reports
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# Logs, temporary files, databases
*.log
*.tmp
*.temp
*.swp
*.swo
*.sqlite
*.sqlite3
*.db
# Compiled binaries and archives
*.o
*.a
*.so
*.dll
*.dylib
*.exe
*.bin
*.zip
*.tar
*.tar.gz
*.tgz
# IDE and OS files
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.DS_Store
Thumbs.db