.gitignore ergaenzt

Haelt __pycache__, Sicherungskopien der Konfiguration und Laufzeitdateien
(state.json, Sperrdateien) aus dem Repository heraus.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
duffyduck
2026-07-31 01:33:36 +02:00
co-authored by Claude Opus 5
parent 87f1b4d555
commit 4e7ff59911
+12
View File
@@ -0,0 +1,12 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
# pvesnap zur Laufzeit
*.bak
*.tmp
*.lock
state.json
pvesnap.conf