Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
59 lines
735 B
Plaintext
59 lines
735 B
Plaintext
# ====================
|
|
# IDE / Editor
|
|
# ====================
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
\#*\#
|
|
|
|
# ====================
|
|
# ROS 2
|
|
# ====================
|
|
ros2/**/build/
|
|
ros2/**/install/
|
|
ros2/**/log/
|
|
|
|
# ====================
|
|
# Python
|
|
# ====================
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
|
|
# ====================
|
|
# PlatformIO
|
|
# ====================
|
|
.pio/
|
|
.cache/
|
|
compile_commands.json
|
|
.clangd
|
|
|
|
# ====================
|
|
# OS
|
|
# ====================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ====================
|
|
# Misc
|
|
# ====================
|
|
*.log
|
|
*.tmp
|
|
|
|
# ====================
|
|
# Project Specific
|
|
# ====================
|
|
dataset/
|
|
dataset.zip
|
|
ros2.zip
|
|
|
|
# 运行时状态文件
|
|
tools/.udp_control_state.json
|
|
.ros/udp_control_state.json
|
|
|
|
.omo/ |