Разработана первая версия приложений
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user