From 91e5b3abea9c2eb28e416121d7a62f08886f8339 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Wed, 24 Jan 2024 17:20:01 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index da47e9cf..96e0271c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,10 @@ Basic_Samples/Embeddings/dotnet/csharp/fine_food_reviews_with_embeddings_1k.csv **/appsettings.[Dd]evelopment.json Basic_Samples/Embeddings/dotnet/csharp/query_rewriting_pack/ + +# Environments +.env +.venv +env/ +venv/ +ENV/