From f5d3c27269a784388f8959c3db75125d732c7153 Mon Sep 17 00:00:00 2001 From: Saagar Date: Sat, 4 Jul 2026 04:48:29 -0700 Subject: [PATCH] Ignore local tool state --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3c5764..0c4633d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ dist/ build/ .venv/ .playwright-mcp/ +.local/ # pytest coverage artifact .coverage