gpgmymail/.gitignore

10 lines
209 B
Text
Raw Normal View History

2024-11-06 22:51:48 +00:00
venv/
2024-11-14 17:39:25 +00:00
__pycache__/
.idea/
2024-11-14 17:39:25 +00:00
# misc testing scripts
2024-11-14 15:59:20 +00:00
testing*.py
2024-11-14 17:39:25 +00:00
# i have a symlink here so testing scripts can import gpgmymail
# as python expects `import gpgmymail` to be importing `gpgmymail.py`
gpgmymail.py