Update .gitignore

This commit is contained in:
Mc-muffin
2023-09-06 03:33:11 -05:00
parent ab2987045d
commit 4b53e1d07a

14
.gitignore vendored
View File

@@ -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
#.idea/