__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/

# Local secrets — copy from .env.example then fill in
.env
.env.local
ha-config/secrets.yaml
ha-config/.storage/
ha-config/home-assistant.log*
ha-config/home-assistant_v2.db*

# Postgres/TeslaMate persistent data
postgres-data/
teslamate-data/
caddy-data/
caddy-config/

# State files written by the wizard
~/.teslakit/
state.json
.teslakit-state.json

# Editor
.idea/
.vscode/
.pytest_cache/
.ruff_cache/
.coverage
