Files
JackBot/.gitignore
T
JackM323 c5ca79a354 Machine Learning Trainer
Training environment to make a walk model for the hexapod
generated code that will be checked
2026-07-30 17:23:36 +02:00

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