ソースを参照

added gitignore list

Fabian Peter Hammerle 4 年 前
コミット
fa44f5ac67
1 ファイル変更6 行追加0 行削除
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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