From bd3e858fda0de931a5434296e6f5ae3db13048d3 Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Thu, 14 May 2026 16:20:15 +0330 Subject: [PATCH] chore: update .gitignore to exclude report.txt files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f1a825c..4653fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,7 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store + +### This Assignment ### +report.txt \ No newline at end of file