Skip to content

Commit 68828e6

Browse files
committed
Add **/__pycache__ to gitignore.
1 parent 9d8df6a commit 68828e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.dylib
77
bin/**
88
**/__debug_bin
9+
**/__pycache__
910

1011
# Test binary, build with `go test -c`
1112
*.test

0 commit comments

Comments
 (0)