*.pyc
*.swp
*~
build/
dist/
.venv
venv
__pycache__/
IMAPClient.egg-info
doc/doctrees/
doc/html/
.eggs/
setuptools-*
unittest2-*
six-*

# By explicity not ignoring these, ripgrep (rg) will search them.
!.github/

# TLS fixtures for tests/test_starttls_integration.py. Re-included because
# common global gitignore setups exclude *.pem and *.key.
!tests/certs/ca.pem
!tests/certs/server.pem
!tests/certs/server.key
