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