.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
.DS_Store
examples/build/
examples/install/
examples/log/
# 리포 루트에서 실수로 colcon build 실행 시 생기는 잔재
/build/
/install/
/log/

notes.md
