mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 15:44:18 +08:00
- pyproject: 新增 science 可选依赖组(scipy),dev 纳入 scipy;版本号 1.11.5 - factor/analysis: spearman 分支加 scipy 软依赖保护,缺失时友好报错 - mac/client: 板块排行吞异常处补 logger.debug - CLAUDE.md: 架构章节补全 mac/ex/unified/portfolio/factor/offline/screen 子包 - .gitignore: 补全 .coverage、signals.json - README: 补 1.11.5 changelog
23 lines
232 B
Plaintext
23 lines
232 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
.omc/
|
|
.claude/
|
|
.playwright-mcp/
|
|
uv.lock
|
|
docs/_build/
|
|
FK/
|
|
|
|
# 测试覆盖率与运行时产物
|
|
.coverage
|
|
signals.json
|