From 7133cefba319307c47883df2957b694bc5277aed Mon Sep 17 00:00:00 2001 From: vaibhavjain2609 Date: Wed, 3 Apr 2024 18:47:01 -0700 Subject: [PATCH] fix: ignore myenv/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0924074..2f9a23f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ __pycache__/ instance/ *.pyc .env - +myenv/ # Node.js and NPM node_modules/ npm-debug.log