Skip to content

Commit

Permalink
Remove __pycache__ and add __pycache__ to .gitignore
Browse files Browse the repository at this point in the history
__pycache__ is python3 bitcode which shouldn't be included.

Signed-off-by: Wang <[email protected]>
  • Loading branch information
wangwangwar committed Dec 29, 2013
1 parent ee37556 commit 2476b4b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
Binary file removed __pycache__/facade.cpython-33.pyc
Binary file not shown.
Binary file removed __pycache__/mediator.cpython-33.pyc
Binary file not shown.
Binary file removed __pycache__/null.cpython-33.pyc
Binary file not shown.

0 comments on commit 2476b4b

Please sign in to comment.