Spaces:
Runtime error
Runtime error
| # Virtual environment | |
| .venv/ | |
| venv/ | |
| env/bin/ | |
| env/lib/ | |
| # Python artifacts | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.egg-link | |
| # Environment variables (never commit secrets) | |
| .env | |
| .env.local | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Training outputs / model checkpoints (large files) | |
| runs/ | |
| checkpoints/ | |
| logs/ | |
| *.pt | |
| *.pth | |
| *.ckpt | |
| # Tensorboard | |
| tb_logs/ | |
| # pytest cache | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Runtime data — specialist memory, spawn memory, resolution memory | |
| data/specialist_memory.json | |
| data/specialist_memory/ | |
| data/spawn_memory.jsonl | |
| data/resolution_memory.jsonl | |
| h u g g i n g f a c e _ b l o g / r e w a r d _ c u r v e . p n g | |