From 254f2b4f792fe92f5bfaadb8d082978af3fd69ab Mon Sep 17 00:00:00 2001 From: Jessica Harrison Date: Tue, 3 Feb 2026 15:00:56 +0200 Subject: [PATCH] fix: update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ec281eb9..de6d4eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,9 @@ build **/__pycache__/ /compile_commands.json /.cache +.history/ +node_modules/ +package.json +package-lock.json +mise.toml +test/run-server-locally.js \ No newline at end of file