Ver código fonte

Create .gitignore

Aymeric Damien 8 anos atrás
pai
commit
5a79b2cf77
1 arquivos alterados com 13 adições e 0 exclusões
  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