From 82c2481f05b73b499cf5039fd3382179b585e55b Mon Sep 17 00:00:00 2001 From: Tony Tran Date: Fri, 12 Jun 2026 22:43:25 +0700 Subject: [PATCH] update git gitnore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a1b9cbb..59a73a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env -__pycache__/ \ No newline at end of file +__pycache__/ +.venv/ \ No newline at end of file