Browse Source

gitignore

Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
c10a95aedd
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      .gitignore

+ 10 - 0
.gitignore

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