update gitignore, pycache

This commit is contained in:
Rohan Mehta 2025-03-11 13:13:44 -07:00
parent 88ee0a87ff
commit 865c0a3ba0
8 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
**/__pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class