# artifacts
__pycache__
.pytest*
*.egg-info
*/build/*
*/dist/*


# misc
.coverage
.vscode
coverage.xml
.ruff_cache
.idea


# Home Assistant configuration
config/*
!config/configuration.yaml

/.venv/
/.venv-*/

# build
.build