MobilityOps acceptance / acceptance (pull_request) Failing after 2m42s
# Conflicts: # .dockerignore # .gitea/workflows/ci.yml # .gitea/workflows/live-canary.yml # .gitea/workflows/release.yml
58 lines
516 B
Plaintext
58 lines
516 B
Plaintext
.git
|
|
.gitea
|
|
.github
|
|
.gitignore
|
|
.agents
|
|
.codex
|
|
.claude
|
|
.dyad
|
|
.idea
|
|
.vscode
|
|
.vs
|
|
.venv
|
|
__pycache__
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
node_modules
|
|
frontend/node_modules
|
|
frontend/dist
|
|
dist
|
|
artifacts
|
|
docs
|
|
deploy
|
|
n8n/**
|
|
!n8n/workflows/
|
|
!n8n/workflows/**
|
|
frontend
|
|
*.tgz
|
|
*.tar.gz
|
|
coverage
|
|
playwright-report
|
|
test-results
|
|
.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
|