From cdf7971ed6b8e8d0fa82f8ba06d2a6e6396be3cb Mon Sep 17 00:00:00 2001 From: Mario G <63501500+gronert-m@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:33:48 -0400 Subject: [PATCH] Add py bat file in gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4b3bdb3ac..81dc505b9 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,10 @@ _build/ !/Support/**/*.toc !Support/**/*.pkg +# Allow Python and batch files +!/Support/**/*.bat +!Support/**/*.py + ####################### ### Section iii) ### #######################