Parcourir la source

修改gitgnore文件

ZengChao il y a 1 mois
Parent
commit
7281ae0b24
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      .gitignore

+ 5 - 2
.gitignore

@@ -1,7 +1,10 @@
 # Python cache
 __pycache__/
-*.py[cod]
-*$py.class
+*.py[oc]
+build/
+dist/
+wheels/
+*.egg-info
 
 # cursor
 .cursorrules