chore: add .playwright-mcp/ to gitignore

Ignore auto-generated Playwright MCP screenshots and artifacts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-28 16:12:18 -08:00
parent 1bd75a0035
commit 3b3418dde5

3
.gitignore vendored
View file

@ -131,6 +131,9 @@ services/*/tests/output/
# Large data files
website/platform/marketplace/data/users.json
# Playwright MCP (auto-generated screenshots/artifacts)
.playwright-mcp/
# Temp/debug files (agent pollution prevention)
lint-output.txt
report.txt