Files
TG3/.gitignore

23 lines
353 B
Plaintext

__pycache__/
*.py[cod]
*.log
*.jsonl
status.json
status.json.tmp
.pytest_cache/
# ROS/colcon generated output is rebuilt on the target robot.
tg3_local_teleop/ros2_py/build/
tg3_local_teleop/ros2_py/install/
tg3_local_teleop/ros2_py/log/
python/build/
*.egg-info/
*.so
# Local deployment and editor leftovers.
.deploy-*/
.DS_Store
*.bak
*.before-*
*~