# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db
desktop.ini
nul
*.dmp

# Data files (QMT downloaded market data)
data/

# Dashboard local config (contains API key)
.dashboard_config.json

# Environment variables
.env
.env.*
!.env.example

# PID files
*.pid

# Logs
logs/
*.log

# pytest / coverage
.pytest_cache/
htmlcov/
.coverage

# Deprecated code
.trash/

# Documentation build output
site/
reports/*
