Files
group_fqcd_jr/.gitignore
T
qyqy 7677aeaee1 merge: 并入同事的场外申购/推广/行情/NL2SQL 线(11 提交、334 文件)
冲突仅 3 个文件,全部取并集(双方都没有需要丢弃的改动):
- app/main.py:import 双方路由(我方 knowledge_management + 同事的 offsite_fund/
  promotion_material);include_router 段本已自动合并
- app/service/agent/bootstrap.py:import 与工具注册均取并集
  (query_customer_profile + query_financial_data 都注册)
- tests/integration/test_config_release_mysql.py:outbox 清理同时保留
  架构师的 event_type 限定(防误删其它域 outbox 行)与同事新增的 peer_release_id

同事这轮带入:11 个 alembic 迁移(建 offsite_* / promotion_* 等表)、
场外申购与推广素材 Agent、financial NL2SQL 工具。
注意:本库尚无 offsite_*/promotion_* 表,跑相关测试前需要执行 alembic upgrade。

边界核对:同事的场外代码未写入场内交易表(fin_sim_order/fin_capital_flow/fin_cash_ledger),
符合 AGENTS.md 规则 8。
2026-09-11 18:56:26 +08:00

48 lines
1.1 KiB
Plaintext

.env
config/jwt/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
.venv/
.coverage
htmlcov/
coverage.xml
storage/
build/
dist/
*.log
.idea/
.vscode/
data/promotion_materials/
.codex-step3/
data/offsite_mail/
logs/
# 浏览器拖拽文档的落点:只含 dsh-dropdoc 生成的目录清单,不是项目产物
.dsh-drop/
# 本地临时目录与工具工作区(不提交)
# - .superpowers/ 是 SDD 实施流程的台账与工作区(计划/评审记录)
# - 其余是 pytest / pip 在受限环境下落到仓库根的临时目录
.tmp/
.tmp-pip/
.ptmp/
.pytest-tmp/
.pytest-tmp3/
.pytest-work/
.pytestwork/
.pytest-tmp-*/
tests/.workdir/
pytest-cache-files-*/
.superpowers/
.dsh-tmp-*.py
# 运行期产出的知识库文档(`LocalDocumentStorage` 的落盘位置):
# 由 `KnowledgeIngestService` 在入库时写入、被 `fin_knowledge_meta.minio_path` 引用,
# 属**环境数据**而非源码(换环境重新导入即可),因此不入库。
# 同理:仓库根的 `.workdir/` 是测试脚本的工作目录。
data/
.workdir/