nanochat/services
Manmohan Sharma 8a95a76522
fix: add missing models/ dirs to auth and chat-api services
Root .gitignore had `models/` which matched both ML weights AND
SQLAlchemy model dirs. Changed to `/models/` (root only).
Added auth/src/models/ (User) and chat-api/src/models/ (Conversation, Message).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:50:08 -07:00
..
auth fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00
chat-api fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00
frontend feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00
inference fix(inference): regenerate uv.lock after structlog/prometheus deps added 2026-04-16 12:49:05 -07:00