git-remote-object-store 0.2.4

Git remote helper backed by cloud object stores (S3, Azure Blob Storage)
Documentation
# Created by https://www.toptal.com/developers/gitignore/api/rust
# Edit at https://www.toptal.com/developers/gitignore?templates=rust

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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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

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

# End of https://www.toptal.com/developers/gitignore/api/rust

.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/ralph-loop.local.md
.ralph/
spec/live/.env

# CycloneDX SBOMs are generated at release time by `cargo cyclonedx`
# (see .github/workflows/release.yml). Local invocations of the same
# command should not commit them.
*.cdx.json

# THIRD-PARTY-LICENSES.md is generated at release time by `cargo about`
# from about.toml + about.hbs. Per-target output should not be committed.
THIRD-PARTY-LICENSES.md

# Local-only output dirs from hand-running `cargo deb` /
# `cargo generate-rpm` against the workspace. The release pipeline
# uses its own ephemeral runner workspace; these are scratch space.
out-deb/
out-rpm/

# Signing keypairs must never reach the repo. Covers the working
# directory we generate abuild keys into plus the raw key file
# extensions we use — abuild (`.rsa` / `.rsa.pub`) for Alpine `.apk`
# signing and minisign (`.key`) for `SHA256SUMS` signing. The public
# halves live in `minisign.pub` (committed) and in the
# `ALPINE_ABUILD_KEY_PUB` repo secret; nothing on disk should.
abuild-keys/
*.rsa
*.rsa.pub
*.key

# Shellspec JUnit output from `make _ci-shellspec` and `make pre-commit`.
reports/