# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Environment / secrets
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db

# Build artifacts
mcp-publisher
