# artifacts
__pycache__
.pytest*
*.egg-info
*/build/*
*/dist/*
.venv


# misc
.coverage
.vscode
coverage.xml
.ruff_cache
uv.lock


# Home Assistant configuration
config/*
!config/configuration.yaml

# HACS and other custom components installed for testing
# Ignore everything in custom_components/ except tibber_prices
custom_components/*
!custom_components/tibber_prices/

# Home Assistant database and logs
*.db
*.db-shm
*.db-wal
*.log
home-assistant.log*
home-assistant_v2.db*

# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db

# Planning documents (work-in-progress)
planning/
