chore: gitignore .secrets/ for bot credentials
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ALPo5Y86fzQjsALNZRSSG5
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,5 +5,8 @@ __pycache__/
|
||||
*.pyc
|
||||
result
|
||||
|
||||
# secrets — credentials, never committed
|
||||
.secrets/
|
||||
|
||||
# projects scaffolded locally by scripts/create-project.sh are their own repos — not tracked here
|
||||
/projects/
|
||||
|
||||
Reference in New Issue
Block a user