update .gitignore to remove __pycache__

This commit is contained in:
Michael Becker 2024-03-22 01:12:53 -04:00
parent 2349f69d36
commit 88051c2d26
6 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
# Compiled Python
__pycache__