dotprot 0.1.0

Lock up .env files (and anything in .prot) inside a 1Password vault.
1
2
3
4
5
6
7
8
9
10
11
12
/target
**/*.rs.bk
.DS_Store
*.log

# Local Claude Code settings (machine-specific, not for the public repo)
.claude/settings.local.json

# Never commit real protected files or secrets (this is a public repo)
.env
.env.*
!.env.example