From a89e14549769b2558be1ba756f4d24d28acc6548 Mon Sep 17 00:00:00 2001 From: Tony Tran Date: Mon, 27 Apr 2026 14:46:35 +0000 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0104ba6..55783d4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ dist-ssr *.sw? api/.venv/ -api/__pycache__/ +api/app/__pycache__/ +api/data \ No newline at end of file