Files
qmt_bridge/.gitignore
T
Docker df0b4b5f57 chore: trim reference/ to docs only (5.8MB -> 1.0MB)
- thinktrader_docs: keep .txt (extracted text), drop .html duplicates (36->18 files)
- xtquant_big_convert: keep README/LICENSE/CHANGELOG/.gitignore + docs/, drop src/tests/examples/benches/qmt-trader (project code, not referenced by bridge)
- un-ignore reference/xtquant_big_convert/.gitignore (now a normal tracked file)
2026-08-26 17:03:29 +08:00

27 lines
479 B
Plaintext

# ---- Python ----
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# ---- test outputs (local mock test artifacts) ----
tests/*.txt
# ---- reference (read-only snapshots; keep docs, drop project code) ----
# reference/xtquant_big_convert keeps its own .gitignore rules (they apply
# to that subtree); no longer excluded here.
# ---- editor / OS ----
.vscode/
.idea/
*.swp
*.swo
Thumbs.db
Desktop.ini
.DS_Store
# ---- local secrets / runtime ----
bridge_local_config.py
*.log