ソースを参照

Ignore Python build files

Thomas Kluyver 11 年 前
コミット
1db53844af
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
 *.pyc
 __pycache__
+build/
+MANIFEST
+dist/