move claude-marketplace to ai-proj-helper
This commit is contained in:
54
plugins/doubao-voice-plugin/.gitignore
vendored
Normal file
54
plugins/doubao-voice-plugin/.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user