chore: getrackte .pyc entfernen + .bak-Muster ignorieren (Ref #123)

This commit is contained in:
Homelab Cursor 2026-06-22 20:11:43 +02:00
parent 1cbc5df1ad
commit 38b91136c2
19 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View file

@ -1,3 +1,8 @@
__pycache__/ __pycache__/
*.pyc *.pyc
.alert_state.json .alert_state.json
# Backup-/Snapshot-Dateien (keine Versionierung)
*.bak
*.bak.*
*-bak