Files
crypto_monitor/.gitignore
T
dekun cee641ba5d feat(hub): add AI coach page with daily summary and chat
Aggregate four-account trades via hub_ai module and /api/hub/trades/today; store sessions in JSON; default OpenAI config matches instances.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-06 23:51:36 +08:00

26 lines
453 B
Plaintext

# 本地真实配置(含 API 密钥),勿提交
**/.env
.env
# 允许提交模板
!**/.env.example
!.env.example
# Python
**/__pycache__/
**/*.pyc
**/.venv/
# 本地备份(可选,勿提交)
**/.env.backup*
**/.env.bak
**/.env.local
manual_trading_hub/hub_settings.json
manual_trading_hub/hub_ai_summaries.json
manual_trading_hub/hub_ai_chat.json
manual_trading_hub/data/
# 数据库与上传(运行时生成)
**/*.sqlite
**/crypto.db