Initialize hasspy project with basic structure and MQTT client implementation
This commit is contained in:
commit
fa8bb1d8a9
9 changed files with 275 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Config
|
||||
config.toml
|
Loading…
Add table
Add a link
Reference in a new issue