From 7cb7165b9d29c4379df1013224f7d9cd78b33e3a Mon Sep 17 00:00:00 2001 From: Classroom Copilot Dev Date: Mon, 23 Feb 2026 21:16:41 +0000 Subject: [PATCH] chore: add data/ and *.bak to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2e04e4..7aab0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules -.env \ No newline at end of file +.env*.bak +data/ +*.bak