gitignore some testing files

This commit is contained in:
revsuine 2024-11-14 17:39:25 +00:00
parent b78f1f04af
commit 8755e0e1cc
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

5
.gitignore vendored
View file

@ -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