From 839be186447768bf238f9fdbc67619a9de8300e1 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 17 Jul 2025 12:33:27 -0300 Subject: [PATCH] SIENTIAPDE-1163 Update .gitignore to include .coverage and git_log for better file management --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a446ab3..0445a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,6 @@ __pycache__/ # Ignorar coverage htmlcov/ -.coverage \ No newline at end of file +.coverage + +git_log \ No newline at end of file