1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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/