From 88576252af00f39b8ff3b53ca0e6cab86dac9149 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 29 Aug 2025 11:57:05 -0300 Subject: [PATCH] SIENTIAPDE-1084 Update .gitignore to include git_log and .env files for better environment management. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0445a7f..0c9a791 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,6 @@ __pycache__/ htmlcov/ .coverage -git_log \ No newline at end of file +git_log + +.env \ No newline at end of file