jim-bo Claude Opus 4.6 (1M context) commited on
Commit
4c528ec
·
1 Parent(s): b0be0d7

chore: add .gemini/ and .claude/ to gitignore, remove leaked API key

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +3 -3
.gitignore CHANGED
@@ -48,9 +48,9 @@ serve.log
48
  *.svg
49
 
50
  # Project Specific
51
- .cbio/settings.json
52
- ! .gemini/plans/*.md
53
- ! .gemini/settings.json
54
 
55
  # OS
56
  .DS_Store
 
48
  *.svg
49
 
50
  # Project Specific
51
+ .agents/settings.json
52
+ .gemini/
53
+ .claude/
54
 
55
  # OS
56
  .DS_Store