Browse Source

gitignore

Fabian Peter Hammerle 4 years ago
parent
commit
c10a95aedd
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

@@ -0,0 +1,10 @@
+*.egg
+*.egg-info/
+*.pyc
+.*.sw[op]
+.coverage
+.pytest_cache/
+__pycache__/
+build/
+dist/
+tags