浏览代码

add .gitignore

reghao 1 月之前
当前提交
79149c3a81
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+.idea/
+*logs*/
+venv/
+*.iml
+*.log
+*.db
+__pycache__
+*/__pycache__