Files
ha-reticulum/.gitignore
claude b40c527515 Add Reticulum/LXMF integration for Home Assistant
Custom integration connecting Home Assistant to a Reticulum network over a
TCPClientInterface and exchanging LXMF messages, with an Assist conversation
bridge, notify entity, sensors (incl. interface telemetry), buttons, services,
bus events and device triggers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 18:08:12 +03:00

12 lines
113 B
Plaintext

.claude/
__pycache__/
*.py[cod]
.venv/
venv/
.env
.DS_Store
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/