The local .env holds a long-lived HA token used for development; keep it out of any push. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
21 lines
No EOL
211 B
Text
21 lines
No EOL
211 B
Text
# artifacts
|
|
__pycache__
|
|
.pytest*
|
|
*.egg-info
|
|
*/build/*
|
|
*/dist/*
|
|
|
|
|
|
# misc
|
|
.coverage
|
|
.vscode
|
|
coverage.xml
|
|
.env
|
|
|
|
|
|
# Home Assistant configuration
|
|
config/*
|
|
!config/configuration.yaml
|
|
|
|
# Dummy JSON responses
|
|
test_data/ |