Files
mcp-template-python/.gitignore
2025-09-18 11:31:01 +08:00

19 lines
207 B
Plaintext

# 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