From cd88e3567d0117b666a1f068897a513a27bfa8ae Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 7 May 2026 11:23:49 +0900 Subject: [PATCH] chore(gitignore): ignore session/debugging artifacts and tool caches Add patterns for runtime residue that should never be committed: - .dori/ - dori-sync sibling cache - .playwright-mcp/ - Playwright MCP browser cache - .debug-journal*.md - debugging skill workspace journals - session-ses_*.md - exported session dumps --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index f96ba25a1..3757e25bc 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,9 @@ oauth-success.html *.bun-build .omx/ .dori-sync/ +.dori/ +.playwright-mcp/ + +# Debugging / session artifacts (skill workspace residue) +.debug-journal*.md +session-ses_*.md