Files
TIR_PROJ/.gitignore
T
Johnny Fernandes 5c2ee4bba5 Checkpoint 8
2026-05-12 22:41:03 +01:00

16 lines
297 B
Plaintext

# Python
__pycache__/
# Training artefacts: ignore all run outputs except deployable policies
training/runs/**
!training/runs/
!training/runs/.gitkeep
!training/runs/*/
!training/runs/*/policy.zip
# Webots launcher scratch
worlds/**
!worlds/field.wbt
!worlds/field_round.wbt
herding_runtime.cfg