13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
# ESPHome build cache and secrets
|
|
.esphome/
|
|
secrets.yaml
|
|
|
|
# Python bytecode from custom components
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# We don't need KiCad backups
|
|
**/*-backups/*
|
|
~*
|
|
\#*\#
|