Browse Source

添加.gitignore文件

ZengChao 1 month ago
parent
commit
956992ef84
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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