chore: init qmt_bridge repo (HTTP+WS bridge, MCP endpoint, docs, references)

This commit is contained in:
Docker
2026-08-26 16:53:15 +08:00
commit 22a5b8ca04
210 changed files with 68176 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# ---- Python ----
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# ---- test outputs (local mock test artifacts) ----
tests/*.txt
# ---- nested reference repo: keep the files, drop its git metadata ----
reference/xtquant_big_convert/.git/
reference/xtquant_big_convert/.gitignore
# ---- editor / OS ----
.vscode/
.idea/
*.swp
*.swo
Thumbs.db
Desktop.ini
.DS_Store
# ---- local secrets / runtime ----
bridge_local_config.py
*.log