Explorar el Código

added gitignore list

Fabian Peter Hammerle hace 4 años
padre
commit
fa44f5ac67
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+/*.egg-info/
+/.eggs/
+/.mypy_cache/
+/.pytest_cache/
+/build/
+/dist/