mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-21 16:18:02 +00:00
32 lines
322 B
Plaintext
32 lines
322 B
Plaintext
# Skills
|
|
.codebuddy/
|
|
.agent/
|
|
.agents/
|
|
.claude/
|
|
.cursor/
|
|
.gemini/
|
|
.github/skills/
|
|
.opencode/
|
|
.qoder/
|
|
.qwen/
|
|
.trae/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Production configuration
|
|
values-production.yaml
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|