chore: 添加 httpx 依赖(Track Webhook 通知);gitignore 忽略根目录 .env 防密钥入库
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,6 +11,8 @@ inventory-web/dist/
|
||||
inventory-web/*.local
|
||||
|
||||
# --- 通用忽略 ---
|
||||
# 根目录 .env(docker compose 读取,含 Track Webhook 密钥等敏感配置)
|
||||
.env
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
@ -33,4 +33,6 @@ pytz
|
||||
# [新增] 进度条库 (脚本和任务所需)
|
||||
tqdm>=4.66.0
|
||||
# [新增] pgvector 向量数据库支持(以图搜图 / 实时向量提取)
|
||||
pgvector>=0.2.0
|
||||
pgvector>=0.2.0
|
||||
# [新增] HTTP 客户端(Track 系统 Webhook 异步通知)
|
||||
httpx>=0.24.0
|
||||
Reference in New Issue
Block a user