17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
/.venv
|
|
|
|
# Gitignore settings for ESPHome
|
|
# This is an example and may include too much for your use-case.
|
|
# You can modify this file to suit your needs.
|
|
.esphome/
|
|
**/.pioenvs/
|
|
**/.piolibdeps/
|
|
**/lib/
|
|
**/src/
|
|
**/platformio.ini
|
|
**/partitions.csv
|
|
secrets.yaml
|
|
/templates/.gitignore
|
|
/.vscode
|
|
**/__pycache__/
|