From 3b3418dde5bd5d77d9c4f64b6299c95a96c1a0b5 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Sun, 28 Dec 2025 16:12:18 -0800 Subject: [PATCH] chore: add .playwright-mcp/ to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore auto-generated Playwright MCP screenshots and artifacts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 05089694d..7725bb63b 100644 --- a/.gitignore +++ b/.gitignore @@ -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