9 lines
209 B
Text
9 lines
209 B
Text
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
|
|
|