Files
hacs_integration/.gitignore
Erik Montnemery 883e0ce932 Remove code paths only used in non-experimental mode (#3728)
* Remove code paths only used in non-experimental mode

* Remove experimental setting from diagnostics

* Update tests

* Address review comments

* Remove experimental flag from hacs/info WS command
2024-05-29 15:03:47 +02:00

30 lines
380 B
Plaintext

# artifacts
__pycache__
.pytest*
*.egg-info
*/build/*
*/dist/*
# misc
.coverage
.python-version
.venv
.vscode
coverage.xml
htmlcov
outputdata
settings.json
venv
# Frontend are downloaded on release
custom_components/hacs/hacs_frontend
# Translation files
custom_components/hacs/translations
!custom_components/hacs/translations/en.json
# Home Assistant configuration
config