Jelajahi Sumber

Remove __pycache__ and add __pycache__ to .gitignore

__pycache__ is python3 bitcode which shouldn't be included.

Signed-off-by: Wang <wangwangwar@gmail.com>
Wang 11 tahun lalu
induk
melakukan
2476b4b5dd
4 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      .gitignore
  2. TEMPAT SAMPAH
      __pycache__/facade.cpython-33.pyc
  3. TEMPAT SAMPAH
      __pycache__/mediator.cpython-33.pyc
  4. TEMPAT SAMPAH
      __pycache__/null.cpython-33.pyc

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+__pycache__

TEMPAT SAMPAH
__pycache__/facade.cpython-33.pyc


TEMPAT SAMPAH
__pycache__/mediator.cpython-33.pyc


TEMPAT SAMPAH
__pycache__/null.cpython-33.pyc