# 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

# Data files (QMT downloaded market data)
data/

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

# PID files
*.pid

# Logs
*.log

# pytest / coverage
.pytest_cache/
htmlcov/
.coverage

# Documentation build output
site/
