Files
TG3/.gitignore
2026-08-07 15:46:13 +08:00

22 lines
322 B
Plaintext

__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