Pick a profile or write a config
Three baseline profiles - strict,
standard, permissive - or a
troopr.yaml in your project root with your own
denylist.
# troopr.yaml
version: 1
profile: standard
deny:
- "**/.env*"
- "~/.ssh/**"
allow:
- "**/.env.example"