mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
.DS_Store
|
|
|
|
# RL training: checkpoints and logs ARE committed (training results must
|
|
# survive any single machine); only the env and scratch files are not.
|
|
training/.venv/
|
|
training/smoke_run.log
|
|
training/__pycache__/
|
|
|
|
# Exported training binary: a regenerable build artifact (rebuilt by
|
|
# export_linux.sh / run_training.sh), not a training result.
|
|
training/build/
|