From a819fa4eb942beea0d4e02353d80a27370912d16 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 29 Sep 2025 13:46:24 +0330 Subject: [PATCH] Add .csv to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2eea525..63487b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +*.csv \ No newline at end of file