Skip to content

Commit 72124ab

Browse files
authored
chore: ignore stray coding-agent session transcripts (#97) (#100)
Closes #97. An untracked `omp-session-*.html` transcript (467KB) was left at the repo root by a prior coding-agent session. It was never git-tracked, so it's already gone locally; this PR just adds a `.gitignore` pattern so future transcripts of this shape don't clutter `git status` or get accidentally committed.
1 parent 24ed43e commit 72124ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ desktop.ini
2828
*~
2929
tests/agents/validation-report.md
3030

31+
# Coding-agent session transcripts accidentally dropped at repo root
32+
omp-session-*.html
33+
3134
# Submodule dependencies
3235
tools/aseprite-mcp/.venv/

0 commit comments

Comments
 (0)