# ---- 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
