From 25ac7dbde087a41a7e2890e6283b9394e3de5d7b Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Mon, 29 Jun 2026 16:20:14 +0800 Subject: [PATCH] chore: ignore local Playwright/MCP test artifacts Keeps stray .playwright-mcp/ runs and one-off debug screenshots out of the working tree so the repo stays clean. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7454bdb..3a2c03f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ *.so .superpowers/ + +# local Playwright/MCP test + debug artifacts +.playwright-mcp/ +login-page.png