Files
MobilityOps/.gitignore
NuklearRabbit 03c5b60235 M1: implement operational core
Demo auth, seed import/reset, dashboard, vehicle/booking list+detail, audit trail. Backend: 19 tests passing, ruff clean. Frontend: React Router shell, typed API client, responsive pages. Verified end-to-end via curl and browser.
2026-08-01 21:20:53 +02:00

17 lines
175 B
Plaintext

.env
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/
dist/
coverage/
playwright-report/
test-results/
*.pyc
.DS_Store
.idea/
.vscode/
*.tsbuildinfo