From bcc6ea29516813c2f322041bb0b9e6d403daad5e Mon Sep 17 00:00:00 2001 From: Julio Cesar Date: Wed, 9 Jul 2025 13:18:41 +0200 Subject: [PATCH] Add entries to .gitignore for temporary files and GPG resources --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0dbf2f2..90b9cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +tmp/ +tests/resources/*.gpg