Проект разделен на два репозитория

This commit is contained in:
mi
2026-08-14 15:42:45 +03:00
parent e06a77ee1d
commit bbef7a30c9
521 changed files with 2597 additions and 2302 deletions
+33
View File
@@ -0,0 +1,33 @@
# Local deployment configuration and secrets
backend/.env
backend/secrets/
*.pem
*.key
*.p12
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
htmlcov/
.coverage
# JavaScript / Expo / Playwright
node_modules/
.expo/
dist/
web-build/
playwright-report/
test-results/
# Java
target/
# IDE and OS
.idea/
.vscode/
.DS_Store
Thumbs.db