# Python / HA custom component
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# HA test instance artifacts
test-ha-config/.storage/
test-ha-config/*.log
test-ha-config/*.db*

# Node / Lovelace-Karte (Build)
node_modules/
dist/

# Secrets / lokale Umgebung — niemals committen
.env
*.env.local
secrets.yaml

# OS / Editor
.DS_Store
*.swp
.idea/
.vscode/
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
