[Claude Workbench] Initial commit - preserving existing code

This commit is contained in:
Claude Workbench
2025-11-14 17:41:15 +08:00
commit 0f7bc05697
587 changed files with 103215 additions and 0 deletions

18
certs/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# 忽略所有密钥文件
*.p12
*.pem
*.key
*.crt
*.cer
*.pfx
*.p7b
# 忽略证书相关文件
apiclient_*
*.cert
*.pwd
# 但保留说明文档和目录结构
!README.md
!.gitkeep
!.gitignore