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:
parent
13ff5a534e
commit
73aa86cfb5
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@ __pycache__
|
||||||
.coverage
|
.coverage
|
||||||
.vscode
|
.vscode
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
.env
|
||||||
|
|
||||||
|
|
||||||
# Home Assistant configuration
|
# Home Assistant configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue