__pycache__/
*.py[cod]
.venv/
dist/
# `packaging/api`'s wheel, built into a directory of its own so `uv publish` can take a
# whole one (`.github/workflows/ci.yml`).
api-dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
test-results/
/site/
/pyscript_examples/
.make/
.idea/
.vscode/
.DS_Store
/www/
# An example's built page (`frontage build examples/<x> --out examples/<x>/www`), which the
# api example's server serves as its static directory.
examples/*/www/
.wrangler/
/build/
node_modules/
# cargo's output for the example crate; the built .wasm beside it is committed
/examples/rustlib/rust/target/
*.vsix
# web/'s Astro build and the gallery facts `mk gallery` writes for its page
/web/dist/
/web/.astro/
/web/src/data/
rust/api/bench/payload.txt
rust/api/bench/trip.json
rust/api/bench/.venv/
