# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# The compiled extension, built into the source tree by `maturin develop`
python/johnnybt_trading/*.so
python/johnnybt_trading/*.pyd

# Rust build output
target/

# Virtual environments
.venv

# Private working notes and local agent config — not open-sourced
CLAUDE.md
claude.md
.claude/

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

# Runtime artefacts: local config with real credentials, logs and databases.
runtime/
*.local.toml
*.local.yml
config.toml
broker.toml

# macOS
.DS_Store
.DS_Store?
._*
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
.fseventsd
.TemporaryItems
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
Icon?
