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

# Node (the dashboard under src/nerdit/daemon/web)
node_modules/
