__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/

# Generated boards. Anchored with a leading slash on purpose: a bare
# "board.html" would also match src/beacon_board/templates/board.html and
# silently drop the template from the built wheel.
/board.html
/examples/board.html
