reasoning-gym/.gitignore
Zafir Stojanovski 49b1dbbcce
Fix misleading instruction in shortest_path asking for "length" instead of path (#523)
The prompt asked to "find the length of the shortest path" but the expected
answer is a sequence of directions. This caused models to answer with a number
instead of directions, degrading evaluation results.

Closes #522

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 13:02:23 +01:00

54 lines
443 B
Text

.aider*
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.python-version
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
# OSX
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints/
.virtual_documents/
# logs
wandb/
outputs/
*.log
uv.lock