Skip to content

Commit 2476b4b

Browse files
committed
Remove __pycache__ and add __pycache__ to .gitignore
__pycache__ is python3 bitcode which shouldn't be included. Signed-off-by: Wang <wangwangwar@gmail.com>
1 parent ee37556 commit 2476b4b

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__

__pycache__/facade.cpython-33.pyc

-3.51 KB
Binary file not shown.

__pycache__/mediator.cpython-33.pyc

-6.83 KB
Binary file not shown.

__pycache__/null.cpython-33.pyc

-2.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)