chore(gitignore): 🔧 Update .gitignore to exclude generated files, logs, and sensitive data patterns
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
15b11a0929
commit
d747186f12
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -45,6 +45,10 @@ dist/
|
|||
# GENERATED SPRITES
|
||||
tools/sprite-generation/raw/
|
||||
|
||||
# RL training outputs — bulky model zips + tensorboard runs
|
||||
tooling/rl_self_play/models/
|
||||
tooling/rl_self_play/runs/
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
build/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue