__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
*.db
*.sqlite3
.env

# Built frontend assets — shipped inside the wheel via force-include but
# NOT source-controlled. Re-run `npm run build` (or `vite build`) before
# `uv build` to repopulate.
*/static/dist/
