Some checks are pending
ci / check (push) Waiting to run
dist/v*/ holds tarballs/SHAs we upload to Forgejo releases, not source. .claude/settings.local.json is per-machine allow-list state that shouldn't travel with the repo. Removes the artifacts that slipped into the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
/target
|
|
**/*.rs.bk
|
|
Cargo.lock.bak
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Release build outputs (uploaded to Forgejo releases, never tracked)
|
|
/dist/v*/
|
|
|
|
# Local Claude / agent state
|
|
.claude/settings.local.json
|