瀏覽代碼

添加.gitignore

jiyuhang 3 月之前
當前提交
0b1b3a5acf
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -0,0 +1,7 @@
+# ignore python catche
+__pycache__/
+*.pyc
+.idea/
+*.log
+*.tmp
+*.bak