From 9d2d8fe53533bd0b67baefd32bfe83c4893eb9ac Mon Sep 17 00:00:00 2001 From: chgagnon Date: Wed, 11 May 2022 14:14:18 -0700 Subject: [PATCH] Add python related files to gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) 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