From b3db8d119031055a19ab2ac782bb33c7532f721a Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 28 May 2025 08:54:16 -0300 Subject: [PATCH] ignore keys --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a446ab3..f9bab0b 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ __pycache__/ # Ignorar coverage htmlcov/ -.coverage \ No newline at end of file +.coverage + +# git keys +git_key* \ No newline at end of file