Bläddra i källkod

添加.gitignore文件

ZengChao 1 månad sedan
förälder
incheckning
956992ef84
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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