__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
.env
.pytest_cache/
.ruff_cache/
.ty/
*.so
.coverage
htmlcov/
.hypothesis/

# Web UI
web/node_modules/
src/blocksd/web/static/
