From c083e44561cbc227b489e31b95e79c8cc72745b6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 14 Jun 2026 14:21:04 -0700 Subject: [PATCH] Ignore .playwright-mcp Codex Desktop likes using this folder. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12acd87e..8c058692 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ build-metadata.json datasets.json +.playwright-mcp + scratchpad .vscode @@ -131,4 +133,4 @@ tests/*.dylib tests/*.so tests/*.dll -.idea \ No newline at end of file +.idea