Explorar el Código

添加.gitignore文件

ZengChao hace 1 mes
padre
commit
956992ef84
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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