Files
artem ec4385e197
Compile All / compile (push) Failing after 1m26s
Deprecate reflash.sh in favor of Makefile
2026-07-12 15:04:33 +00:00

28 lines
432 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/
**/.pioenvs/
**/.piolibdeps/
**/lib/
**/src/
**/platformio.ini
**/partitions.csv
secrets.yaml
/templates/.gitignore
/.vscode
**/__pycache__/
# direnv cache
/.direnv
# Make dependencies
.Makefile.deps
# Nix build outputs
result
result-*
# Pre-commit
.pre-commit-config.yaml