cryptography/.gitignore
Matthew Iversen cb97a18224 Ignore build/ folder and _cffi__*'s
Former can come from python setup.py bdist_wheel
Latter can come from python setup.py develop
2014-02-27 22:05:00 +11:00

12 lines
116 B
Text

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