Skip to content

Commit b14f2a0

Browse files
committed
Update .gitignore to ignore __pycache__/.
1 parent 71dcd51 commit b14f2a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ build/
2727
######################
2828
tests/*.exp
2929
tests/*.out
30+
31+
# Python cache files
32+
######################
33+
__pycache__/

0 commit comments

Comments
 (0)