# don't check in .cargo directory because not every developer
# uses it; the typical use is to enable cross-compiling.
/.cargo/
# don't check in the binary and testing artifacts
target
fuzz
libtest.rmeta
# don't check in the profiling artifacts
*.profdata
*.profraw

# don't check in the built python wheels
/dist/
