update .gitignore to ignore __pycache__ files

This commit is contained in:
Michael Becker 2023-11-25 22:22:19 -05:00
parent 3b3cc3341a
commit 7a78476515
30 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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