325dff6870
Sync calibrated G20 URDF/MJCF/JSON lookup, L20 V10.1 dual-compare scripts, joint GUI, and document O6/G20/L20 startup on the Gitea repo. Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
501 B
Plaintext
41 lines
501 B
Plaintext
# ROS / colcon build artifacts
|
|
build/
|
|
install/
|
|
log/
|
|
**/build/
|
|
**/install/
|
|
**/log/
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
|
|
# Local / runtime
|
|
.mplconfig/
|
|
.ros_home/
|
|
**/.mplconfig/
|
|
.DS_Store
|
|
*.swp
|
|
*~
|
|
|
|
# Experiment outputs (regenerable)
|
|
reports/
|
|
tools/reports/
|
|
|
|
# Runtime / local junk
|
|
MUJOCO_LOG.TXT
|
|
**/MUJOCO_LOG.TXT
|
|
|
|
# Local backup / intermediate calibration dumps (keep named releases, drop *.bak*)
|
|
*.bak
|
|
*.bak_*
|
|
**/*.bak
|
|
**/*.bak_*
|
|
**/*.urdf.bak*
|
|
**/*.xml.bak*
|
|
**/*.json.bak*
|