hass.tibber_prices/.gitignore
2025-11-03 15:54:01 +00:00

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