96bef3ddd5
Login writes access/refresh tokens (and often client_secret) to tokens.json at mode 0600. Without a gitignore entry, git add . after a local login can stage live Agentic credentials. Closes: #20
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
.worktrees/
|
|
.superpowers/
|
|
bin/
|
|
*.exe
|
|
coverage.out
|
|
|
|
# OAuth tokens from auth.Login / WriteTokens (mode 0600 on disk)
|
|
tokens.json
|