MCP TODO Checklist Server
by hevener10
# Python virtual environments
.venv/
venv/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Downloaded websites and their assets (project-specific)
downloads/
# Test cache
.pytest_cache/
.coverage
htmlcov/
# IDE settings
.vscode/
.idea/
*.swp
*.swo
# Environment variables
.env
.env.local
# Operating System
.DS_Store
Thumbs.db
# uv package manager
.uv/