Ver código fonte

添加.gitignore文件

ZengChao 1 mês atrás
pai
commit
956992ef84
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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