Browse Source

added gitignore list

Fabian Peter Hammerle 3 years ago
parent
commit
fa44f5ac67
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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