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
This commit is contained in:
YeonGyu-Kim
2026-05-07 11:23:49 +09:00
parent 40ded422c0
commit cd88e3567d
+6
View File
@@ -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