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>
13 lines
118 B
Plaintext
13 lines
118 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
|
|
# pvesnap zur Laufzeit
|
|
*.bak
|
|
*.tmp
|
|
*.lock
|
|
state.json
|
|
pvesnap.conf
|