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.
17 lines
175 B
Plaintext
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
|