cryptography/.gitignore

12 lines
121 B
Text

*.py[co]
__pycache__/
_build/
.tox/
.cache/
*.egg-info/
.coverage
cffi-*.egg
pycparser-*.egg
pytest-*.egg
dist/
htmlcov/