sts2-bot/.gitignore
0xrsydn fe889a3f5c 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.
2026-09-22 00:02:31 +07:00

11 lines
247 B
Text

# 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