Files
RL-Sim-Framework/.gitignore
2026-06-10 21:15:34 +02:00

28 lines
302 B
Plaintext

# IDE / editor
.vscode/
# Training & HPO outputs
outputs/
runs/
smac3_output/
training_log.txt
.pytest_cache/
# Real-robot capture data (large .npz recordings)
assets/**/recordings/
# MuJoCo
MUJOCO_LOG.TXT
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
dist/
build/
# Temp files
*.stl
*.scad