Explorar el Código

Create .gitignore

Aymeric Damien hace 8 años
padre
commit
5a79b2cf77
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  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