mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 21:33:39 +00:00
34 lines
357 B
Text
34 lines
357 B
Text
# artifacts
|
|
__pycache__
|
|
.pytest*
|
|
*.egg-info
|
|
*/build/*
|
|
*/dist/*
|
|
.venv
|
|
|
|
|
|
# misc
|
|
.coverage
|
|
.vscode
|
|
coverage.xml
|
|
.ruff_cache
|
|
uv.lock
|
|
|
|
|
|
# Home Assistant configuration
|
|
config/*
|
|
!config/configuration.yaml
|
|
|
|
# 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
|