# Azure Functions
.python_packages/
__pycache__/
.venv/
.vscode/
local.settings.json
.funcignore

# Python
*.pyc
*.pyo
*.pyd
.Python

