From 4b53e1d07af34bf6472aaae18541ce6e63f9a661 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Wed, 6 Sep 2023 03:33:11 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4eaa370..e7d3182 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,15 @@ +.vscode/* + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class -.idea # C extensions *.so @@ -158,7 +165,4 @@ 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/ - -# Testing files -TOR_Test.py \ No newline at end of file +#.idea/ \ No newline at end of file