# quantem_app-local ignores. The repository root .gitignore already covers
# Python/Node caches, virtualenvs, model weights, EM image formats, databases,
# installers and secrets — do not duplicate those here.

# Local application state, if anyone points QUANTEM_DATA_DIR inside the checkout
.quantem/
.quantem_data/
quantem.sqlite3*

# Frontend build output
frontend/dist/
frontend/.vite/

# Generated by the Windows release pipeline from immutable payload metadata.
desktop/src-tauri/nsis/payload-manifest.nsh
