From 0f3743c1cfc2849c07eb8e4db9becb8bda4570b1 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Wed, 22 Apr 2026 16:42:10 +0200 Subject: [PATCH] Ignore tmp_backups directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 725df64..886c4ca 100755 --- a/.gitignore +++ b/.gitignore @@ -75,4 +75,7 @@ configuration_minimal.yaml # --- Local helper scripts not used in git --- /python_scripts/scene_generator.py + +# --- Temporary backup workspace --- +/tmp_backups/ /python_scripts/update_climate.py \ No newline at end of file