cryptography/.gitignore
2014-01-08 19:39:55 -06:00

10 lines
87 B
Text

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