Files
easy_tdx_max/.gitignore
T

35 lines
577 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
__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