Add design spec for cursor-following lunar lander
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user