From 27d6c40178bbb7232b1d0d49a51eadb7f2b81a9c Mon Sep 17 00:00:00 2001 From: Ada Date: Sat, 31 Jan 2026 16:52:20 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6fe2dcf..16399a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ gitignore # Python virtual environments -venv/ \ No newline at end of file +venv/ + +app/ \ No newline at end of file