# 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 local HA dev instance config (not production code)
config/

# Ignore YAML schemas (structural files with specific formatting conventions)
schemas/yaml/

# Ignore Docusaurus documentation sites – they have their own toolchain
# and Prettier reformats <details> blocks inside lists in a way that breaks MDX
docs/
