# Secrets — never commit
examples/config.json
.env
.env.*
*.key

# Python
__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Internal design docs — not part of the public repo (README is the external doc)
docs/

# Local-only trading bot — runs against UAT, not shipped with the SDK
examples/market_maker_bot.py

# Local tool state — never part of the public package
.claude/

# OS
.DS_Store
