20 lines
No EOL
206 B
Text
20 lines
No EOL
206 B
Text
# artifacts
|
|
__pycache__
|
|
.pytest*
|
|
*.egg-info
|
|
*/build/*
|
|
*/dist/*
|
|
|
|
|
|
# misc
|
|
.coverage
|
|
.vscode
|
|
coverage.xml
|
|
|
|
|
|
# Home Assistant configuration
|
|
config/*
|
|
!config/configuration.yaml
|
|
|
|
# Dummy JSON responses
|
|
test_data/ |