chore: gitignore the runner's transient .tmp file

This commit is contained in:
2026-06-14 20:40:26 +00:00
parent 8c3f38dbf4
commit 11eda4a8b1
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
.ao-state/
__pycache__/
*.pyc
*.tmp
RESULTS-harness.md.tmp

View File