# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/
dist/
build/
pip-wheel-metadata/
wheels/

# Virtual environments
venv/
.venv/
env/

# Testing / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Environment (secrets); keep examples tracked
.env
.env.*
!.env.example

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~

# PM2 / runtime
*.pid

# Application logs (per-market + PM2 output under project root)
logs/
logs_*/

# Paper trading engine (event JSON + pnl.json; see PAPER_LOGS_DIR)
paper_trading/logs/

# OS
.DS_Store
Thumbs.db
