- Introduced `battery_report.json` for local data analysis, excluding it from the database. - Enhanced `AGENTS.md` to reflect updated test baseline with 795 passed tests. - Added new metrics for trade flow in `dict_service.py`, improving transaction data analysis. - Updated regex patterns in `guardrail.py` to better handle numeric extraction and prevent misinterpretation of tokens. - Expanded course modules with new content on FR-8/9/10 capabilities and L3 role management. - Improved concurrency handling in transaction processing to ensure accurate alert generation. This update enhances data analysis capabilities and improves the overall structure and clarity of course materials.
69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
# Local dev overrides (copy docker-compose.override.yml.example if needed)
|
||
docker-compose.override.yml
|
||
|
||
# App
|
||
.env
|
||
.env.local
|
||
*.pyc
|
||
__pycache__/
|
||
.pytest_cache/
|
||
.mypy_cache/
|
||
.ruff_cache/
|
||
venv/
|
||
.venv/
|
||
|
||
# Data & secrets
|
||
data/milvus.db
|
||
# kb:演示手册 .md 入库(T21-3,团队可复现);真实产品文档(PDF/Word 等涉密)仍忽略
|
||
data/kb/*
|
||
!data/kb/*.md
|
||
!data/kb/.gitkeep
|
||
*.pem
|
||
*.key
|
||
|
||
# IDE
|
||
.idea/
|
||
.vscode/
|
||
*.swp
|
||
|
||
# Node (frontend)
|
||
node_modules/
|
||
dist/
|
||
web/dist/
|
||
|
||
# OS
|
||
Thumbs.db
|
||
.DS_Store
|
||
|
||
# Logs
|
||
*.log
|
||
logs/
|
||
|
||
# 数据分析 20 题 live battery 本地报告(不入库,见 scripts/dev/run_query_battery.py)
|
||
scripts/dev/battery_report.json
|
||
|
||
# Milvus / Neo4j local
|
||
.milvus/
|
||
|
||
# Archives
|
||
docs/项目框架设计/表设计.zip
|
||
|
||
# ===== AI 协作过程文件(本地保留,不提交)=====
|
||
.workbuddy/
|
||
.superpowers/
|
||
交接文档.md
|
||
|
||
# ===== 风控需求追加过程文档 v1.1(本地保留,不入库)=====
|
||
01-金融知识速补.md
|
||
02-业务规则表.md
|
||
03-团队分工与开发计划.md
|
||
04-风控模块设计模板.md
|
||
Agent风险与合规约束汇总.md
|
||
PRD-风控监测Agent-需求追加-v1.1.md
|
||
业务场景优先级清单.md
|
||
开发计划-风控模块-追加任务-v1.1.md
|
||
数据交互矩阵.md
|
||
独立AI评审任务书-风控需求追加-v1.1.md
|
||
表设计(1).zip
|
||
附-风控规则表-扩展草案-v1.1.md
|