Files
blake 96bef3ddd5
CI / Test and build (pull_request) Successful in 16s
CI / Test and build (push) Successful in 16s
auth: Ignore tokens.json so Login output is not git-added
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
2026-09-14 13:24:03 +00:00

9 lines
128 B
Plaintext

.worktrees/
.superpowers/
bin/
*.exe
coverage.out
# OAuth tokens from auth.Login / WriteTokens (mode 0600 on disk)
tokens.json