__pycache__/
build/
dist/
*.egg-info/
.pytest_cache/
.venv/
.rustuya-ha-backups/
*.json
!custom_converters.json
# Test fixtures/golden are synthetic (no private device data) — always tracked,
# so new ones aren't silently dropped by the *.json rule above.
!tests/fixtures/*.json
!tests/golden/*.json
