| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.egg-info/ | |
| .pytest_cache/ | |
| # Virtualenvs (local) | |
| .venv/ | |
| .venv-*/ | |
| fathom/ | |
| venv/ | |
| env-venv/ | |
| # Build / dist artifacts | |
| dist/ | |
| build/ | |
| # Editor / OS | |
| .DS_Store | |
| Thumbs.db | |
| *.swp | |
| # Secrets | |
| .env | |
| .env.local | |
| # Training/run outputs | |
| outputs/ | |
| wandb/ | |
| # Phase 0 REPL ephemeral episode dirs | |
| /tmp/episode-*/ | |
| unsloth_compiled_cache/ | |