Initial commit
This commit is contained in:
commit
ac2b38ad81
12 changed files with 1115 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# artifacts
|
||||
__pycache__
|
||||
.pytest*
|
||||
*.egg-info
|
||||
*/build/*
|
||||
*/dist/*
|
||||
|
||||
|
||||
# misc
|
||||
.coverage
|
||||
.vscode
|
||||
coverage.xml
|
||||
|
||||
|
||||
# Home Assistant configuration
|
||||
config/*
|
||||
!config/configuration.yaml
|
||||
|
||||
# Dummy JSON responses
|
||||
test_data/
|
Loading…
Add table
Add a link
Reference in a new issue