1647241649
Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
282 B
Plaintext
28 lines
282 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/
|