Browse Source

added gitignore list

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

+ 6 - 0
.gitignore

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