Skip to content

Commit c04f901

Browse files
committed
FIX: .gitignore for __pycache__ folders everywhere
1 parent effe523 commit c04f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
22
.*.sw?
33

4-
*/__pycache__
4+
__pycache__
55
peer_in_java/target
66
peer_in_cpp/build*
77
peer_in_cpp/BUILD*

0 commit comments

Comments
 (0)