# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Examples (not included in package)
examples/
test.py
test_*.py
*_demo.py
ws_compatible_ohlc.py
reports.py
summary_report.py

# Documentation builds
docs/_build/
site/

# Distribution
*.tar.gz
*.whl

# Redis
dump.rdb

# Docker
docker-compose.yml

# Temporary files
*.log
*.tmp
.cache/

# Environment variables
.env
.env.local

# PyPI
.pypirc
