# Checkpoints and model weights
checkpoints/
grpo_checkpoints/
*.safetensors
*.bin

# Training logs (but keep results/ for graphs and metrics)
*.log
sweep_results.json
*.nsys-rep
*.jsonl

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
.hivemind/
