提交qiming-mcp-proxy
This commit is contained in:
53
qiming-mcp-proxy/.gitignore
vendored
Normal file
53
qiming-mcp-proxy/.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
/target
|
||||
.idea
|
||||
.vscode
|
||||
target
|
||||
.DS_Store
|
||||
**/target
|
||||
mcp-proxy/logs
|
||||
logs
|
||||
.venv
|
||||
.claude
|
||||
/tmp
|
||||
packages
|
||||
|
||||
|
||||
document-parser/data/*
|
||||
scripts/temp/*
|
||||
data/*
|
||||
temp/*
|
||||
server.log
|
||||
:memory:/*
|
||||
document-parser/:memory:/*
|
||||
|
||||
document-parser/temp/*
|
||||
models/*
|
||||
dist/
|
||||
voice-cli/temp/*
|
||||
voice-cli/cluster_metadata/*
|
||||
voice-cli/shared-voice-cli/*
|
||||
voice-cli/:memory:/*
|
||||
|
||||
cluster_metadata
|
||||
*.pid
|
||||
|
||||
voice-cli/build/*
|
||||
voice-cli/data/*
|
||||
voice-cli/server-config.yml
|
||||
voice-cli/server_debug.log
|
||||
voice-cli/test_audio.txt
|
||||
voice-cli/checkpoints/*
|
||||
mcp-proxy/tmp/*
|
||||
fastembed/.fastembed_cache
|
||||
.fastembed_cache/
|
||||
voice-cli/models/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Internal development tools and docs
|
||||
.qoder/
|
||||
spec/
|
||||
mcp-proxy/docs/
|
||||
Reference in New Issue
Block a user