From 8d23bbb91d48cb3b2db610e86fb823afa5a0cb19 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Thu, 7 Aug 2025 11:37:21 +0300 Subject: [PATCH] Add .pem files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5461a64a5..e525a7965 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ pip-delete-this-directory.txt *.egg-info/ .coverage htmlcov/ +*.pem