# IDEs
/.idea
/.vscode

# Rust
.cargo/config
/target
Cargo.lock
**/*.rs.bk

# Profiler
*.profdata

/docs/book
