# Python
__pycache__/
*.py[cod]
*.egg-info/

# Build
build/
dist/
*.egg

# IDE
.vscode/
.idea/

# ROS2
log/
install/

# OS
.DS_Store
Thumbs.db
