/target
*.log
*.tmp
*.bak
.DS_Store
.env
*.pem
*.key
*.p12
*.pfx
node_modules/
dist/
.vite/
pkg/
*.wasm.gz
__pycache__/
*.pyc
.vscode/
.idea/
*.swp
*.swo
rsbis-service/artefacts/genesis/genesis_journal.db
rsbis-service/artefacts/genesis/genesis_registry.db
rsbis-android/target/
rsbis-wasm/target/
# rsbis-wasm/Cargo.lock is COMMITTED (not gitignored). The crate ships a
# wasm32-unknown-unknown artifact that the v1.5 console embeds, and the
# transitive dep chain (getrandom 0.3 → wasip2 → wit-bindgen) drifts
# toward edition2024 on every fresh resolution under newer Cargo. The
# committed lockfile freezes versions known-compatible with Rust 1.75
# (rust-toolchain.toml). Re-evaluate when the toolchain pin lifts.
*.profraw
*.profdata
