mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
16 lines
238 B
Text
16 lines
238 B
Text
# 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
|