dotprot 0.4.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
13
14
15
/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

# This repo is itself a dotprot project; never commit its local .prot state
.prot