c5ca79a354
Training environment to make a walk model for the hexapod generated code that will be checked
14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
# Ignore dependency folders
|
|
node_modules/
|
|
.venv/
|
|
.vs/
|
|
__pycache__/
|
|
ml/checkpoints/
|
|
ml/tensorboard/
|
|
|
|
# Ignore environment files with private passwords/keys
|
|
.env
|
|
|
|
# Ignore OS junk
|
|
.DS_Store
|
|
Thumbs.db |