- Add homeassistant.skill (packaged version) - Add skills/homeassistant source directory - Include scripts for API interaction and validation - Add comprehensive reference documentation - Include automation templates - Add README and .gitignore
18 lines
142 B
Plaintext
18 lines
142 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Claude
|
|
.claude/
|