Initial robot vacuum code

This commit is contained in:
2026-04-26 12:38:39 +08:00
commit ca6234c941
38 changed files with 1673 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
.DS_Store
__pycache__/
*.py[cod]
*.pyo
# Local training outputs and checkpoints
ckpt/
*.ckpt
*.pkl
# Runtime logs and temporary files
logs/
*.log
tmp/
temp/
# IDE/editor local state
.idea/