From ef9bf26efdfe53913f779ae90d9ece3692638b08 Mon Sep 17 00:00:00 2001 From: sudacode Date: Mon, 13 Jul 2026 02:03:26 -0700 Subject: [PATCH] chore: ignore .playwright-mcp browser-automation artifacts Page snapshots, console logs, and downloaded files from browser-automation sessions were landing in the repo (they reached a PR once). Ignore them so they cannot be committed again. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 96c00b02..2f4cd81a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,6 @@ tests/* favicon.png .claude/* !stats/public/favicon.png + +# Browser-automation session artifacts (page snapshots, console logs, downloads) +.playwright-mcp/