Parcourir la source

添加.gitignore文件

ZengChao il y a 1 mois
Parent
commit
956992ef84
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+# Python cache
+__pycache__/
+*.py[cod]
+*$py.class