Browse Source

添加电池信号检测模块

lmstack 3 years ago
parent
commit
438b326eda
1 changed files with 10 additions and 4 deletions
  1. 10 4
      .gitignore

+ 10 - 4
.gitignore

@@ -2,14 +2,20 @@
 ./USER
 /FILES
 /USER
-/手册
 /.vscode/
-/*/__pycache__/
-/*/*/__pycache__/
+/*/__pycache__/*.*
+/*/BACKEND/__pycache__/*.pyc
 /*.ipynb
 *.csv
 *.doc
 *.ppt
 *.tmp
 !/demo.ipynb
-.gitignore
+/手册
+!.gitignore
+# *.*
+/CONFIGURE/PathSetting.py
+*.log
+/**/__pycache__
+/**/*.pyc
+/LIB/BACKEND/__pycache__/DBManager.cpython-38.pyc