From ac0a2a6cd49d44e863403f4bec536793ca0ab03b Mon Sep 17 00:00:00 2001 From: Bretton <36870434+BrettM86@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:11:14 -0700 Subject: [PATCH] chore: gitignore Playwright MCP browser session artifacts Co-Authored-By: Claude Fable 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2a0fb78..2fda2ff 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ windows/ # Impeccable design context .impeccable.md + +# Playwright MCP browser session artifacts +.playwright-mcp/ -- 2.51.2