diff --git a/.gitignore b/.gitignore index dfcfd56f4..0278bab71 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,14 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Azure Functions localsettings file +local.settings.json + +# Azurite artifacts +__blobstorage__ +__queuestorage__ +__azurite_db*__.json + +# Python virtual environment +.venv \ No newline at end of file