From 7acbe0f1d9f3e11046e89c76355144e814bfb135 Mon Sep 17 00:00:00 2001 From: wren <“porlong@qq.com”> Date: Wed, 6 May 2026 09:19:53 +0800 Subject: [PATCH] chore: ignore playwright mcp cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 518d142..1d7d5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ coverage.xml *.cover .pytest_cache/ +# Playwright MCP cache +.playwright-mcp/ + # Rules cache rules/**/__pycache__/