Разработана первая версия приложений

This commit is contained in:
mi
2026-07-10 18:06:14 +03:00
parent aa8761d1b3
commit 8c7b4074c4
162 changed files with 12178 additions and 16 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