From 8755e0e1cc81b761f2cb291f2fa25f6162df8482 Mon Sep 17 00:00:00 2001 From: revsuine Date: Thu, 14 Nov 2024 17:39:25 +0000 Subject: [PATCH] gitignore some testing files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6e12153..5deb70a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ venv/ +__pycache__/ .idea/ +# misc testing scripts testing*.py +# i have a symlink here so testing scripts can import gpgmymail +# as python expects `import gpgmymail` to be importing `gpgmymail.py` +gpgmymail.py