# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Generated servers
*_server.py
*_output.py
task_manager_server.py
test_server_output.py

# Logs
*.log
setup.sh

# Python build artifacts and distribution
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.egg-info/
*.egg
venv/
env/
.env
*.env

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# macOS specific
.DS_Store

PYPI_PUBLISHING.md