17 lines
171 B
Plaintext
17 lines
171 B
Plaintext
# artifacts
|
|
__pycache__
|
|
.pytest*
|
|
*.egg-info
|
|
*/build/*
|
|
*/dist/*
|
|
|
|
|
|
# misc
|
|
.coverage
|
|
.vscode
|
|
coverage.xml
|
|
|
|
|
|
# Home Assistant configuration
|
|
config/*
|
|
!config/configuration.yaml |