mirror of
https://github.com/hacs/integration.git
synced 2025-07-20 18:20:50 +00:00

* 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
30 lines
380 B
Plaintext
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
|