# Rust build output. Nearly a gigabyte, and cargo rebuilds it.
mac-app/src-tauri/target/

# The assembled .app bundle.
mac-app/*.app/

node_modules/

# Built pages. Generated by build/build.py from everything in build/src,
# build/body.html and build/overrides.css, and stamped with a build time, so
# they change on every run and would make every diff unreadable. Run
# `python3 build/build.py` (and `--tauri`) to produce them.
/index.html
/mac-app/dist/index.html

.DS_Store
