From 5a82f39cf8d2019697886ba00a2c3b467b354fa6 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 5 Jan 2023 15:38:47 -0600 Subject: [PATCH] fix(api): add recommended venv name to git ignore --- api/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.gitignore b/api/.gitignore index 92afa22f..3c83d904 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -1,2 +1,3 @@ __pycache__/ +onnx_env/ venv/