From 376251986e8c59f75a67f331e2dbe0eb96f75e61 Mon Sep 17 00:00:00 2001 From: kappa Date: Fri, 13 Feb 2026 14:05:34 +0900 Subject: [PATCH] Add Playwright MCP and screenshot files to .gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a448b22..8fccafb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ __pycache__/ *.pyc node_modules/ edge-script/dist/ +.playwright-mcp/ +*.png +basic-info-snapshot.md