mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 16:54:20 +08:00
35 lines
577 B
Plaintext
35 lines
577 B
Plaintext
__pycache__/
|
||
*.py[cod]
|
||
*.egg-info/
|
||
dist/
|
||
build/
|
||
.eggs/
|
||
.mypy_cache/
|
||
.ruff_cache/
|
||
.pytest_cache/
|
||
*.egg
|
||
.venv/
|
||
venv/
|
||
.omc/
|
||
.claude/
|
||
.playwright-mcp/
|
||
docs/_build/
|
||
FK/
|
||
|
||
# 测试覆盖率与运行时产物
|
||
.coverage
|
||
signals.json
|
||
|
||
# 本地独立脚本(不属于 easy_tdx 库,依赖外部 unified_config / sqlalchemy)
|
||
src/easy_tdx/exchange_margin.py
|
||
|
||
# 本地文件,不递交到 GitHub
|
||
CLAUDE.md
|
||
|
||
# 本机包管理缓存(沙箱环境下避开 AppData 路径,落在项目内)
|
||
.npm-cache/
|
||
.uv-cache/
|
||
|
||
# 代码审计报告(本地产物,不入库)
|
||
audit-report-*.html
|