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>
This commit is contained in:
+8
-3
@@ -1,10 +1,16 @@
|
||||
# 本地真实配置(含 API 密钥),勿提交
|
||||
**/.env
|
||||
.env
|
||||
license.env
|
||||
|
||||
# 允许提交模板
|
||||
!**/.env.example
|
||||
!.env.example
|
||||
!license.env.example
|
||||
|
||||
# 许可状态(运行时)
|
||||
data/license_state.json
|
||||
data/
|
||||
|
||||
# Python
|
||||
**/__pycache__/
|
||||
@@ -25,6 +31,5 @@ manual_trading_hub/hub_ai_fund_history.json
|
||||
manual_trading_hub/data/
|
||||
backups/
|
||||
|
||||
# 数据库与上传(运行时生成)
|
||||
**/*.sqlite
|
||||
**/crypto.db
|
||||
# 加密发布产物与明文备份(勿提交)
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user