Update .gitignore to ignore __pycache__/.
This commit is contained in:
parent
71dcd51989
commit
b14f2a0ba3
4
.gitignore
vendored
4
.gitignore
vendored
@ -27,3 +27,7 @@ build/
|
||||
######################
|
||||
tests/*.exp
|
||||
tests/*.out
|
||||
|
||||
# Python cache files
|
||||
######################
|
||||
__pycache__/
|
||||
|
Loading…
Reference in New Issue
Block a user