From a975f3bdbad98ebce00ea49939ad959bd42f9ab0 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sun, 1 Mar 2026 16:01:47 +0000 Subject: [PATCH] docs: update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3fa3a99..5890b30 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ __pycache__/ # React App Vite node_modules/ -dist/ \ No newline at end of file +dist/ + +*.sh \ No newline at end of file