From 187da8743e253d23a8e33b39a23ffd0b8c94f802 Mon Sep 17 00:00:00 2001 From: Yuvraj Rimal Date: Mon, 25 Nov 2024 09:25:22 -0500 Subject: [PATCH] add venv as well to gitignore, remove duplicate --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00e73119..39765e35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ logs/ tests/.user.yml dbt-env/* .user.yml -dbt-env/* .idea .DS_Store env/ +venv/