huoyan-enterprise/mcp-server-demo/.gitignore

16 lines
136 B
Plaintext

# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
# Environment variables (local only)
.env
# IDE
.idea/
.vscode/