11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
# 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/
|
|
/secrets.yaml
|
|
/.esphome.bak/
|
|
/fonts/
|
|
**/__pycache__/
|
|
components/ads131m08/__pycache__/sensor.cpython-312.pyc
|
|
components/ads131m08/__pycache__/__init__.cpython-312.pyc
|