# === Rust ===
# 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*/

# === FFI ===
# UniFFI-generated language bindings (reproducible from the cdylib via
# `just bindings`; distributed via PyPI/Maven/SwiftPM, not committed here).
/bindings/

# Swift XCFramework build outputs (reproducible; the zip ships on the GitHub
# Release, the generated Swift sources under swift/Sources/ are committed).
/swift/*.xcframework/
/swift/*.xcframework.zip
