gitignore: exclude Playwright MCP artifacts and agent verification screenshots

Agents that verify UI changes in a browser via Playwright MCP drop a
`.playwright-mcp/` cache directory and `*-check.png` screenshots in the
repo root. These are session-scoped verification residue, not deliverables.
This commit is contained in:
Shayan Rais
2026-04-19 12:30:55 +05:00
parent 82ac7fc9f3
commit 1c6589407f
+4
View File
@@ -1,2 +1,6 @@
plan/
.vscode/
# Browser-automation verification artifacts (Playwright MCP / agent screenshots)
.playwright-mcp/
*-check.png