Files
2026-05-10 01:03:38 -07:00

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/*
~*
\#*\#