Files
mcp-template-python/.dockerignore
2025-06-15 12:35:56 +08:00

30 lines
272 B
Plaintext

# Environment files
.env.*
!.env.example
# 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