.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:
co-authored by
Claude Opus 5
parent
87f1b4d555
commit
4e7ff59911
+12
@@ -0,0 +1,12 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
|
||||
# pvesnap zur Laufzeit
|
||||
*.bak
|
||||
*.tmp
|
||||
*.lock
|
||||
state.json
|
||||
pvesnap.conf
|
||||
Reference in New Issue
Block a user