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

# Ignore all Cargo.lock but one at top-level, since it's committed in git.
*/**/Cargo.lock

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

# CLion project directory
.idea

# Emacs temps
*~

# MacOS Related
.DS_Store

.vscode

cargo-timing*.html

ci/valgrind-check/*.log

# Code coverage reports
*.profraw