From 8800a15526ef40aef13961784f5e97bb3c5b2349 Mon Sep 17 00:00:00 2001 From: Fhilipe Coelho Date: Thu, 11 Apr 2024 12:23:37 -0300 Subject: [PATCH] chore: add .venv to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dadf36d3..85a90269 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,8 @@ out/ .vscode/ +.venv + dev.db __pycache__