From c464c77b9d0d65464e9de972df3007015fbe3c4d Mon Sep 17 00:00:00 2001 From: Edward Bigos Date: Tue, 18 Mar 2025 10:10:33 -0400 Subject: [PATCH] Added git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d381cc..87f853a 100644 --- a/.gitignore +++ b/.gitignore @@ -158,5 +158,6 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ +.DS_store