Add design spec for cursor-following lunar lander

This commit is contained in:
meelstorm
2026-07-17 16:05:53 +00:00
committed by EugeneTes
parent 1e1ca8bf88
commit 7d15323cb9
2 changed files with 227 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build outputs
bin/
obj/
node_modules/
dist/
build/
# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
# Training artifacts
models/
checkpoints/
tensorboard/
*.onnx
# IDE
.vs/
.vscode/
.idea/
*.user