Initial commit: GoldQuant trading system

This commit is contained in:
2026-04-05 01:18:07 +08:00
commit a21d82b725
31 changed files with 6301 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
*.exe
*.log
*.csv
data.db
web/node_modules/
web/dist/
.DS_Store
*.iml