Created ansible script to configure target controller

This commit is contained in:
2026-04-16 10:41:42 +00:00
parent 845f61e710
commit f99f174248
5 changed files with 99 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# VS Code
.vscode/browse.vc.db
.vscode/browse.vc.db-shm
.vscode/browse.vc.db-wal
.vscode/c_cpp_properties.json
# colcon build artefacts
build/
install/
log/
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/