Files
2026-09-15 18:31:41 +02:00

18 lines
378 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