瀏覽代碼

Create .gitignore

Aymeric Damien 8 年之前
父節點
當前提交
5a79b2cf77
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      .gitignore

+ 13 - 0
.gitignore

@@ -0,0 +1,13 @@
+.DS_Store
+.ipynb_checkpoints
+*.pyc
+__pycache__
+*.egg-info
+build/*
+dist/*
+*~
+.cache
+.coverage
+checkpoint
+htmlcov
+mnist