# 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 huggingface_blog/reward_curve.png