Parcourir la source

添加电池信号检测模块

lmstack il y a 3 ans
Parent
commit
438b326eda
1 fichiers modifiés avec 10 ajouts et 4 suppressions
  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