# Rust
/target/
**/*.rs.bk
*.pdb

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Local state
*.local.md
.claude/

# Secrets / keys (defensive — operator keys live in $HOME/.config/wire/, never the repo)
*.key
*.pub.json
*.token

# Operator-private artifacts
private/
.wrangler/
.org-identity/
.gitnexus

# Agent-local files. Excluded from the published crate via Cargo.toml
# `exclude`, and intentionally NOT tracked in git either — each
# contributor's machine has its own. Accidentally committed once in
# v0.5.22 (via `git add -A`); this entry stops a repeat.
AGENTS.md
CLAUDE.md
