diff options
| -rw-r--r-- | .gitignore | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -1,6 +1,16 @@ +# project's gitignore + +# recursives  __pycache__  *.pyc  *.whl +*.egg-info + +# test suite +/.cache +/.tox + +# temporary  imapclient  venv  backports | 
