From d91250d51643932dbde18a66496de5dc54d88aef Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Sun, 26 Nov 2023 12:41:37 -0700 Subject: [PATCH] gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f8a98a8..716dc148 100644 --- a/.gitignore +++ b/.gitignore @@ -186,4 +186,5 @@ 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/ \ No newline at end of file +#.idea/ +.vscode/settings.json