Files
crypto_monitor_user/.gitignore
T
dekun 16ef0f31e3 User edition: prune docs, license gate, obfuscate core lib.
Keep deploy/basic docs only; integrate sq.bz121.com license client; encrypt strategy/trade/key_monitor/options/hedge_plan for release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 16:30:58 +08:00

36 lines
717 B
Plaintext

# 本地真实配置(含 API 密钥),勿提交
**/.env
.env
license.env
# 允许提交模板
!**/.env.example
!.env.example
!license.env.example
# 许可状态(运行时)
data/license_state.json
data/
# Python
**/__pycache__/
**/*.pyc
**/.venv/
# 本地备份(可选,勿提交)
**/.env.backup*
**/.env.bak
**/.env.local
manual_trading_hub/hub_settings.json
manual_trading_hub/hub_backup_state.json
manual_trading_hub/hub_fund_history.json
manual_trading_hub/hub_supervisor_state.json
manual_trading_hub/hub_ai_summaries.json
manual_trading_hub/hub_ai_chat.json
manual_trading_hub/hub_ai_fund_history.json
manual_trading_hub/data/
backups/
# 加密发布产物与明文备份(勿提交)
dist/