From 4d8d2d721f7714b9fedf6bf0b22e4f40caf982fe Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 6 Apr 2026 12:55:50 +0200 Subject: [PATCH] Ignore local Home Assistant artifacts --- .gitignore | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d88cbf2..06c5301 100755 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,34 @@ configuration_minimal.yaml !dashboards/ # --- Explicitly include all YAML in dashboards subdirs --- -!dashboards/**/*.yaml \ No newline at end of file +!dashboards/**/*.yaml + +# --- Local machine / editor files --- +.vscode/ +.google.token +.ha_run.lock + +# --- Generated or local-only root YAML files --- +/automations.yaml +/scenes.yaml +/scripts.yaml + +# --- Local scratch / exports --- +/image/ +/ssl/ +/oldautomations.yaml +/oldscratch.yaml +/oldscripts.yaml + +# --- Local media snapshots and downloads --- +/www/affalddk/ +/www/community/ +/www/indkorsel_snapshot.jpg +/www/indkorsel_snapshot_1.jpg +/www/indkorsel_snapshot_2.jpg +/www/media/Halloween-doorbell.mp3 +/www/tesla_y.jpg + +# --- Local helper scripts not used in git --- +/python_scripts/scene_generator.py +/python_scripts/update_climate.py \ No newline at end of file