Python FastAPI ML backend kept intact; auth replaced with central hnf_session cookie verification. Frontend rebuilt on React 18 + TS + Vite with stack design system, Plotly charts retained. Shared Postgres via DATABASE_URL; schema applied on startup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
110 B
Text
13 lines
110 B
Text
node_modules/
|
|
dist/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
.env.local
|
|
.DS_Store
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
.venv/
|
|
venv/
|