Gitignore .env

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>
This commit is contained in:
Jeena 2026-05-05 01:22:14 +00:00
parent 13ff5a534e
commit 73aa86cfb5

1
.gitignore vendored
View file

@ -10,6 +10,7 @@ __pycache__
.coverage .coverage
.vscode .vscode
coverage.xml coverage.xml
.env
# Home Assistant configuration # Home Assistant configuration