From 57ffaef2279223596cf32264cc990237191cd6e7 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Tue, 3 Sep 2024 23:05:02 -0400 Subject: [PATCH] latest pushes --- Package/Python/.gitignore | 5 +++++ git_scripts/.gitignore | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 Package/Python/.gitignore create mode 100644 git_scripts/.gitignore diff --git a/Package/Python/.gitignore b/Package/Python/.gitignore new file mode 100644 index 0000000..51c275c --- /dev/null +++ b/Package/Python/.gitignore @@ -0,0 +1,5 @@ +publish.sh +src +tests +setup.py +dist diff --git a/git_scripts/.gitignore b/git_scripts/.gitignore new file mode 100644 index 0000000..e5a7a9c --- /dev/null +++ b/git_scripts/.gitignore @@ -0,0 +1,3 @@ +fix_errors.sh +push.sh +repository_recal.sh