GitNexus/eval/.gitignore
2026-02-17 02:25:07 +05:30

16 lines
174 B
Text

# Evaluation results (large, should not be committed)
results/
*.traj.json
preds.json
# Python
__pycache__/
*.pyc
*.egg-info/
.eggs/
dist/
build/
# Environment
.env
.venv/