Files
JackBot/.gitignore
T
2026-09-13 13:06:58 +02:00

18 lines
377 B
Plaintext

# Ignore dependency folders
node_modules/
.venv/
.vscode/
__pycache__/
ml/checkpoints/*
!ml/checkpoints/jackbot_kinematics_base.zip
!ml/checkpoints/jackbot_ppo6_149994_steps.zip
!ml/checkpoints/jackbot_ppo6_199992_steps.zip
!ml/checkpoints/jackbot_ppo6_499980_steps.zip
ml/logs/
# Ignore environment files with private passwords/keys
.env
# Ignore OS junk
.DS_Store
Thumbs.db