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

# Web UI
web/node_modules/
*.tsbuildinfo
src/blocksd/web/static/

# Docs
docs/node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
