Quellcode durchsuchen

添加电池信号检测模块

lmstack vor 3 Jahren
Ursprung
Commit
438b326eda
1 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen
  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