Ignore run artifacts and trace logs
deck.json, capture/live_*.json, and JSONL trace files are machine state from bot runs, not source. Reference captures stay tracked.
This commit is contained in:
parent
9966580d41
commit
fe889a3f5c
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Python bytecode cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Machine state from bot runs -- reproducible, not source
|
||||
deck.json
|
||||
|
||||
# Run artifacts written by run.py / JEV_TRACE during live sessions
|
||||
capture/live_*.json
|
||||
capture/decisions.jsonl
|
||||
capture/jev*.jsonl
|
||||
Loading…
Add table
Add a link
Reference in a new issue