hass.tibber_prices/.prettierignore
2025-04-23 18:27:46 +00:00

16 lines
238 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ignore Python files handled by Ruff/Black
*.py
*.pyi
# Ignore Home Assistant compiled files
__pycache__/
*.pyc
# Ignore virtual environments or dependencies
.venv/
env/
venv/
# Ignore compiled YAML or generated docs
*.yaml
*.yml