init: ROS2 learning suite
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# ROS2 构建产物
|
||||
install/
|
||||
build/
|
||||
log/
|
||||
|
||||
# Python venv(本机开发 + 容器内一致)
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
*.egg-info/
|
||||
|
||||
# Python 编译缓存
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# 测试产物
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
*.cover
|
||||
|
||||
# 类型检查 / lint
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 临时文件(本地调试用,不进 git)
|
||||
*.tmp
|
||||
*.bak
|
||||
.cache/
|
||||
|
||||
# OS / 杂项
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user