# Auto-generated by `tauri-build` at cargo build time — pure
# build artifacts derived from `tauri.conf.json` +
# `capabilities/`, never edited by hand.
gen/

# `bun run build` output for the WebView; the dist/index.html
# stub at this path is checked in so `cargo check -p
# kanade-client` doesn't need bun set up, but build artifacts
# below it are .ignored.
web/dist/assets/

# NOTE: web/bun.lock IS committed (like kanade-backend/web/bun.lock).
# The release pipeline now builds this WebView in CI (cargo make
# web-build) and Tauri bakes it into the binary, so the build must be
# reproducible — the lockfile is installed with `bun install
# --frozen-lockfile`. (It used to be ignored back when nothing built the
# client web in CI; that's no longer true.)
