Write a config or use defaults
troopr starts from (allow default) and blocks only
the paths you deny. A built-in universal denylist covers the
usual suspects; add more in troopr.yaml.
# troopr.yaml
version: 1
deny:
- "**/.env*"
- "~/.ssh/**"
- "config/secrets/**"
allow:
- "**/.env.example"