From 283b650a296b28f5d3fb3b16c4d767147f3f52ab Mon Sep 17 00:00:00 2001 From: Jaco du Preez Date: Sun, 2 Aug 2026 18:53:04 +0200 Subject: [PATCH] chore: ignore stray coding-agent session transcripts (#97) An untracked omp-session-*.html transcript (467KB) was left at the repo root by a prior coding-agent session. Removed locally (it was never git-tracked) and added a .gitignore pattern to prevent future transcripts of this kind from being tracked or left visible in `git status`. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index becae1c..ea65d67 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,8 @@ desktop.ini *~ tests/agents/validation-report.md +# Coding-agent session transcripts accidentally dropped at repo root +omp-session-*.html + # Submodule dependencies tools/aseprite-mcp/.venv/