Initial quant trader service baseline

This commit is contained in:
Codex
2026-06-23 22:09:06 +08:00
commit 7ff786f658
137 changed files with 6664 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
target/
.idea/
*.iml
*.log
.DS_Store
# Runtime and local data stay outside source control.
logs/
run/
tmp/
*.pid
# Training data and model artifacts live under /Users/zach/Desktop/quant-strategy-training-data.
data/
models/
artifacts/