From 72b185e2d87ce5d43b53699014c673bd15b474e6 Mon Sep 17 00:00:00 2001 From: snider Date: Wed, 31 Dec 2025 07:14:09 +0000 Subject: [PATCH] chore: Add .playwright-mcp to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 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 4b4e812..897eb00 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ temp/ # MkDocs build output /site/ .cache/ + +# Playwright MCP screenshots +.playwright-mcp/