nanochat/services/chat-api/src/models
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
..
__init__.py fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00
conversation.py fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00
message.py fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00