mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-08 08:49:53 +00:00
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> |
||
|---|---|---|
| .. | ||
| middleware | ||
| models | ||
| routes | ||
| services | ||
| tests | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| logging_setup.py | ||
| main.py | ||
| rate_limit.py | ||