19 lines
165 B
Plaintext
19 lines
165 B
Plaintext
# IDE files
|
|
.idea/
|
|
|
|
# ROS 2 workspace build outputs
|
|
build/
|
|
install/
|
|
log/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
.DS_Store
|
|
|
|
test/ |