chore: data/ und *.bak-* Backups ignorieren

data/ ist Laufzeit-Gerätespeicher (z.B. Hardware-Snapshots), keine
Quelldatei. *.bak-* ist die etablierte Namenskonvention der bisherigen
scp-Backups vor jedem Deploy - beides soll git status auf anode sauber
halten, jetzt wo dort direkt gepullt statt gescpt wird.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Thomas Stallinger 2026-08-04 16:09:23 +02:00
parent 922c29859f
commit 9022563f95

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
__pycache__/ __pycache__/
*.pyc *.pyc
activation.log activation.log
data/
*.bak-*