浏览代码

Create .gitignore

LaraStuStu 5 年之前
父节点
当前提交
f9a76d28c0
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      DataAnnotation/labelme/.gitignore

+ 10 - 0
DataAnnotation/labelme/.gitignore

@@ -0,0 +1,10 @@
+/.cache/
+/.pytest_cache/
+
+/build/
+/dist/
+/*.egg-info/
+
+*.py[cdo]
+
+.DS_Store