Skip to content

Commit d989ced

Browse files
committed
chore(gitignore): exclude Playwright MCP console-log artifacts
``.playwright-mcp/`` gets auto-created as a scratch directory whenever the Playwright MCP tool (``mcp__playwright__browser_evaluate`` etc.) runs against the local docs server for empirical verification. Nothing in that tree is meant to live in the repo — each entry is a timestamped console log or snapshot stub that evolves per test run — so ignore it wholesale.
1 parent 5ee1959 commit d989ced

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,7 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
209+
# Playwright MCP test artifacts (console logs / snapshots written by
210+
# mcp__playwright when empirically verifying docs behavior)
211+
.playwright-mcp/

0 commit comments

Comments
 (0)