# Python
__pycache__/
*.py[cod]
*.egg-info/
.Python

# Virtual environments
.venv/
venv/
env/

# Not committed on purpose: this is a library, not an application. CI resolving
# dependencies fresh is how an upstream break (an aiohttp major, say) shows up here
# rather than in someone's Home Assistant.
uv.lock

# Build output
build/
dist/

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
