| # Generated data & model artifacts | |
| engine_state/ | |
| chroma_epstein/ | |
| checkpoints/ | |
| trained_model/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .venv/ | |
| venv/ | |
| *.egg-info/ | |
| # Node (frontend is built inside Docker) | |
| frontend/node_modules/ | |
| frontend/dist/ | |
| # Git | |
| .git/ | |
| .gitattributes | |
| # OS & IDE | |
| .DS_Store | |
| .vscode/ | |
| .idea/ | |
| # HuggingFace cache | |
| .cache/ | |
| # Docs (not needed in image) | |
| HOWTO.md | |
| README.md | |
| # Docker (avoid recursive COPY) | |
| Dockerfile | |
| docker-compose.yml | |
| .dockerignore | |
| # Env & logs | |
| .env | |
| .env.local | |
| *.log | |