__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 `smpy module build` before `uv build` to
# repopulate.
*/static/dist/

# smpy module verify/build cache (throwaway scaffolded host)
.smpy/
