From 586e98fd952f09b8e49e75a475fce67aca4466e1 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Wed, 15 Apr 2026 17:36:36 -0600 Subject: [PATCH] Ignore local tooling files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b7d12db..90797b6 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ stack.env # IDE .idea/ .vscode/ +.codex *.swp *.swo @@ -41,3 +42,7 @@ htmlcov/ # Firebase credentials *firebase*.json + +# Local Node artifacts used for tooling in this repo +package.json +package-lock.json