.gitignore 227 B

123456789101112131415
  1. /dist/
  2. /cc-switch
  3. /cc-switch.exe
  4. # local user config that might accidentally land here during testing
  5. /config.yaml
  6. # per-user Claude Code permissions
  7. .claude/settings.local.json
  8. # editor / OS
  9. .DS_Store
  10. .idea/
  11. .vscode/
  12. *.swp