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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Environments & credentials — never commit secrets
.env
.env.*
!.env.example

# uv
uv.lock

# Editors / OS
.idea/
.vscode/
.DS_Store

# MT5 / Wine artifacts
*.log
.mt5/

# MCP bundle build output
*.mcpb
