24 lines
176 B
Plaintext
24 lines
176 B
Plaintext
# ROS2 build artifacts
|
|
build/
|
|
install/
|
|
log/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Docker
|
|
*.tar
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|