feat: package TG3 TS1P OmniSocket teleoperation
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
|
||||
# Runtime state must never be committed. It can contain live session and robot data.
|
||||
status.json
|
||||
status.json.tmp
|
||||
*.log
|
||||
*.jsonl
|
||||
|
||||
# ROS and Python build products are architecture-specific.
|
||||
ros2_py/build/
|
||||
ros2_py/install/
|
||||
ros2_py/log/
|
||||
python/build/
|
||||
*.egg-info/
|
||||
*.so
|
||||
|
||||
.DS_Store
|
||||
*~
|
||||
*.bak
|
||||
Reference in New Issue
Block a user