Files
TG3/.gitignore

29 lines
552 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
# Final datasets stay local and must never be committed. Keep only the two
# tracked instructions/ignore files inside the destination directory.
Data_Get/*
!Data_Get/.gitignore
!Data_Get/README.md
# Local deployment and editor leftovers.
.deploy-*/
.DS_Store
*.bak
*.before-*
*~