This commit is contained in:
LiuzhengSJ
2026-06-23 13:23:32 +01:00
parent 92ab6ff7fa
commit 2bf7b4885e
25 changed files with 251 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# IDE files
.idea/
# ROS 2 workspace build outputs
build/
install/
log/
# Python cache
__pycache__/
*.py[cod]
# Temporary files
*.log
*.tmp
*.swp
.DS_Store
test/