Update .gitignore

This commit is contained in:
Keannu Bernasol 2024-11-13 02:35:15 +08:00
parent b72d56922a
commit b024a74364

4
.gitignore vendored
View file

@ -165,4 +165,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
**/__pycache__/ **/__pycache__/
.vscode/