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

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

# Virtual environments
.venv/
venv/

# Environment variables
.env

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

# Azure Developer CLI
.azure/

# Locally-built SDK wheel for the hosted-agents deployment.
# Vendored at deploy time; rebuilt with `uv build` per the README.
# Don't commit — would force every contributor to bump it on every release.
deploy/agent_framework_hosted_agents/wheels/twilio_agent_connect_microsoft-*.whl

# OS
.DS_Store
Thumbs.db
