# Secrets / lokale Konfiguration
.env

# Lokale/instanzspezifische Konfiguration (nur die *.example.toml wird versioniert)
config/voice-assistant.toml

# Persistente Daten (SQLite-DB etc.)
data/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/

# Lokale Tool-/Editor-Konfiguration
.claude/

# Editor-/Backup-Reste
*.bak
*.patch
*.orig
