mutants.out
mutants.out.old

# Generated by `mdbook-mermaid install` (see justfiles/just_book.just). These vendored assets are
# regenerated on every book build, so they are not committed.
**/book/mermaid.min.js
**/book/mermaid-init.js

# We do not have Cargo.lock here because we want to ensure reproducible builds and
# avoid package resolution in builds. Yes, even though it does not really matter for libraries.
# Cargo.lock

# Temporary package files that may be downloaded during setup
packages-microsoft-prod.deb

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Local Azurite emulator artefacts, written into the working directory when the
# `azure`-feature tests are run against a disk-backed Azurite (CI uses in-memory
# persistence and never writes these). Never commit them.
AzuriteConfig
__azurite_db_*__.json
__blobstorage__/
__queuestorage__/
__tablestorage__/

# RustRover
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/