df0b4b5f57
- 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)
27 lines
479 B
Plaintext
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
|