cryptography/.gitignore
gesslerpd 5e866f7191 Add bindings for SSL_OP_NO_DTLS* (#4079)
* + bindings for SSL_OP_NO_DTLS*

* + conditional for not HAS_GENERIC_DTLS_METHOD

* flag SSL_OP_NO_DTLS* for unsupported deletion
2018-01-16 09:07:23 -06:00

14 lines
120 B
Text

__pycache__/
_build/
build/
dist/
htmlcov/
*.so
.tox/
.cache/
.coverage
*.egg-info/
*.egg
.eggs/
*.py[cdo]
.hypothesis/