34 lines
364 B
Plaintext
34 lines
364 B
Plaintext
# 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
|