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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.coverage
htmlcov/
.tox/
tests/data/
tests/haconfig/

# Local development
.env
.env.*
!.env.example
.local/

# Git
.git/
.gitignore
.gitattributes

# Documentation
docs/
*.md
!README.md

# CI/CD
.github/
lefthook.yml

# Docker
docker-compose*.yml
Dockerfile.*
# homeassistant-addon/ - needed for addon Docker tests
homeassistant-addon/*.md
