build: exclude AI, credential and runtime state
MobilityOps acceptance / acceptance (pull_request) Failing after 4m36s

This commit is contained in:
2026-08-31 07:56:09 +02:00
parent 70e2648b03
commit cd55d6854f
+44 -16
View File
@@ -1,21 +1,49 @@
# Backend image build context is the repository root (see compose.yaml); keep it small.
.git .git
.gitea .gitea
.state .github
.mypy_cache .gitignore
.ruff_cache .agents
.codex
.claude
.dyad
.idea
.vscode
.vs
.venv
__pycache__
.pytest_cache .pytest_cache
**/__pycache__ .ruff_cache
**/.venv .mypy_cache
**/node_modules node_modules
**/dist frontend/node_modules
**/playwright-report frontend/dist
**/test-results dist
artifacts artifacts
docs coverage
deploy playwright-report
n8n test-results
frontend
*.tgz
*.tar.gz
.env .env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx
secrets
credentials
.state
data
backups
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.log
*.tmp
*.zip
*.tar
*.tar.gz
.DS_Store
Thumbs.db