# Rust build output, including nested helper crates.
target/
**/target/

# This library intentionally does not pin application dependency resolution.
Cargo.lock

# Local toolchains and editor/OS state.
rust-toolchain.toml
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Parquet outputs from examples.
testdata/output/
