move claude-marketplace to ai-proj-helper

This commit is contained in:
2026-03-12 21:42:30 +08:00
parent d7b6835e1d
commit 43585b8504
188 changed files with 39510 additions and 0 deletions

54
plugins/doubao-voice-plugin/.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# 音频文件(生成的测试输出)
*.mp3
*.wav
*.pcm
# 测试脚本(仅本地使用)
scripts/test_*.py
scripts/check_credentials.py
scripts/README_TEST.md
# 系统文件
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
# 环境配置(包含凭证的本地文件)
setup_env.local.sh
.env
.env.local
# 测试生成的文件
*.log
test_output/