cryptography/.gitignore
2015-09-26 22:31:53 +08:00

14 lines
119 B
Text

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