From bd087dc511fc121e71bab52769f6a4dd5c560f6c Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Wed, 6 May 2026 22:25:39 +0200 Subject: [PATCH] Update .gitignore to include .device-builder.yaml and .claude --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecb38ef..cf29d63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # 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. +/.claude/ /.esphome/ /secrets.yaml /archive/ -/trash/ \ No newline at end of file +/trash/ +.device-builder.yaml \ No newline at end of file