# Rust build artifacts
target/
**/*.rs.bk
Cargo.lock.bak

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Local config + data
.env
.env.local
*.db
*.db-journal
*.db-wal
*.db-shm

# Build outputs / releases
dist/
release/

# cargo-cyclonedx per-crate SBOM files (generated locally)
*.cdx.json
*.exe
*.dmg
*.AppImage
*.deb
*.rpm
*.msi

# Inno Setup staging dir (CI populates from cargo build artifacts).
installer/windows/staging/
state/

# ONNX Runtime DLL for ort load-dynamic feature (ADR 0013) — not committed; acquired by dev/installer.
vendor/onnxruntime/
