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

# Infra-specific release hook (hosts/paths live here, never committed — see RELEASE.md)
scripts/*.local.sh

# Web UI (Svelte/Vite)
web/node_modules/
web/.vite/
# Built SPA — generated by `cd web && npm run build`; force-included in the
# wheel via [tool.hatch.build.targets.wheel] artifacts (see pyproject.toml).
src/nexor_agora/frontend/
