Files
claude-code-best-practice/.gitignore
T
Shayan Rais 1c6589407f 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.
2026-04-19 12:30:55 +05:00

7 lines
126 B
Plaintext

plan/
.vscode/
# Browser-automation verification artifacts (Playwright MCP / agent screenshots)
.playwright-mcp/
*-check.png