# Generated by Cargo
# will have compiled files and executables
debug
target

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

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

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Jetbrains
.idea/

# Added by cargo
/target

# Generated at build time by build.rs
/man/
/completions/

.pi/skills/git-conventions

# Local install output from `cargo install --root .tools` (make install-local)
/.tools/

# Prebuilt release binaries dropped at the repo root
/pdtk-*-linux
/pdtk-*-darwin
/pdtk-*-musl
