M39: harden application and acceptance gates
MobilityOps acceptance / backend (push) Failing after 45s
MobilityOps acceptance / frontend (push) Successful in 32s
MobilityOps acceptance / e2e (push) Skipped

This commit is contained in:
NuklearRabbit
2026-08-17 03:17:44 +02:00
parent a9f48d6880
commit ae39a8947f
62 changed files with 5277 additions and 202 deletions
+21
View File
@@ -0,0 +1,21 @@
# Backend image build context is the repository root (see compose.yaml); keep it small.
.git
.gitea
.state
.mypy_cache
.ruff_cache
.pytest_cache
**/__pycache__
**/.venv
**/node_modules
**/dist
**/playwright-report
**/test-results
artifacts
docs
deploy
n8n
frontend
*.tgz
*.tar.gz
.env