# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# MCP outputs
generated_ppts/

# Virtual environments
venv/
.env

# IDEs / editors
.vscode/
.idea/

dist/
*.egg-info/
