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

# Virtual environments
.venv/
venv/
ENV/
env/

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Generated frames
frames/

# FIT files (user data)
*.fit

# Test images
test_*.png
hr_chart*.png

# System files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Local config overrides (keep example)
config.json
config.local.json
.env
.env.local

# Ruff
.ruff_cache/
