chore: Remove unnecessary files for v1.0.0 release

Removed:
- Makefile (RD-Agent specific, not fully functional)
- predix.py (duplicates rdagent CLI)
- QWEN.md (internal dev guide - now in .gitignore)
- TODO.md (internal tracking - now in .gitignore)

Kept:
- pyproject.toml (required for pip install)
- start_loop.sh (useful for 24/7 trading)
- data_config.yaml (central configuration)
- start_loop.sh (24/7 trading)

.gitignore updated to exclude internal docs.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
TPTBusiness
2026-04-02 21:12:58 +02:00
parent ba7c9284c4
commit 66b30dd84f
5 changed files with 3 additions and 933 deletions
+3
View File
@@ -78,3 +78,6 @@ QWEN.md
# AI Agent Files (generated by Qwen Code)
.qwen/
# Internal documentation (not for public)
TODO.md