# Generated by Cargo
# will have compiled files and executables
.idea
debug/
target/
assets/
cmake-build-debug*
benchmarks/local_db.index*

.DS_Store
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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

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


# Added by cargo

/target

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

vcpkg_installed
build
builds
.vscode

models
tests/__pycache__
experiments
build_benchmarks
_build_python_
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
