From b8b0ca8e6915bcd0a83f039864260a111bcaf5ef Mon Sep 17 00:00:00 2001 From: Matiss Jurevics Date: Tue, 14 Apr 2026 10:00:00 +0100 Subject: [PATCH] chore(repo): ignore local tooling artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9c88ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.codex +.playwright-mcp/ +playwright-network.txt +.~lock.*