refactor(opc): 移除信号1相关功能并更新配置
移除前端信号1配置项、后端信号1处理逻辑及相关API 更新OPC配置节点信息及启动脚本conda初始化
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -21,16 +21,11 @@ __pycache__/
|
||||
*$py.class
|
||||
|
||||
# 虚拟环境
|
||||
.env/
|
||||
.venv/
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# 环境变量文件 (包含敏感信息)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# 数据库文件 (SQLite 本地缓存)
|
||||
*.db
|
||||
|
||||
Reference in New Issue
Block a user