18 lines
361 B
Text
18 lines
361 B
Text
# Python bytecode cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local nix-direnv cache and Nix build links
|
|
.direnv/
|
|
/result
|
|
/result-*
|
|
|
|
# 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/sessions.jsonl
|
|
capture/sessions/
|
|
capture/jev*.jsonl
|