# Generated by Cargo
# will have compiled files and executables
/target/
# Cargo.lock is now tracked: this workspace ships a binary (sharpy-gui) and
# the CLI binary (sharpy), so we want reproducible builds.
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# RustRover IDE
.idea/
# VS Code
.vscode/
# macOS
.DS_Store
# Benchmark results
/target/criterion/
# Test output
/tests/output/
/tests/temp/
# Example output
/examples/output/