mirror of
https://github.com/mangooer/mysql-mcp-server-sse.git
synced 2025-12-08 09:42:27 +08:00
32 lines
352 B
Plaintext
32 lines
352 B
Plaintext
# 操作系统和编辑器临时文件
|
|
__MACOSX
|
|
.DS_Store
|
|
*.code-workspace
|
|
.vscode
|
|
.idea
|
|
.history
|
|
.cursorrules
|
|
.cursor
|
|
|
|
# Python 缓存和测试
|
|
**/__pycache__/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.swp
|
|
.pytest_cache/
|
|
.coverage
|
|
|
|
# Node/Vendor/依赖
|
|
node_modules/
|
|
vendor/
|
|
requirements-dev.txt
|
|
|
|
# 版本控制和文档
|
|
.git
|
|
docs/
|
|
tests/
|
|
|
|
# 环境变量
|
|
.env |