From 4e7ff599119b05f50837c034c3aa38b987c8e2e8 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 31 Jul 2026 01:33:36 +0200 Subject: [PATCH] .gitignore ergaenzt Haelt __pycache__, Sicherungskopien der Konfiguration und Laufzeitdateien (state.json, Sperrdateien) aus dem Repository heraus. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1638f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python +__pycache__/ +*.py[cod] +*.egg-info/ +.venv/ + +# pvesnap zur Laufzeit +*.bak +*.tmp +*.lock +state.json +pvesnap.conf