mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 10:13:31 +00:00
30 lines
263 B
Plaintext
30 lines
263 B
Plaintext
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose.*
|
|
|
|
# Git files
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# misc
|
|
.DS_Store
|