# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
.env
.env.*
!.env.example

# Build and packaging
build/
dist/
pip-wheel-metadata/
*.egg-info/
*.egg

# Test and type caches
.pytest_cache/
.mypy_cache/
.pytype/
.pyre/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Logs
logs/
*.log

# IDE/Editor settings
.vscode/
.idea/
.swival/

# OS files
.DS_Store
Thumbs.db

# Project-specific
.claude/
.opencode/
.antigravity/
.antigravitycli/
.commandcode/
.grok/


.mtdata_cache/*
lightning_logs/*
jscpd_report.xml/*
backtests/*
webui/node_modules/*
webui/dist/*

prompts/*
!prompts/trader.md
!prompts/trading_agent_prompt.md
!prompts/trader_active.md
!prompts/trader_grid_scalper.md
code-reports/*
.soulforge
