aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3fe3c942..983c119c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,12 @@
-*.py[co]
__pycache__/
_build/
+build/
+dist/
+htmlcov/
+cryptography/_cffi__*
.tox/
.cache/
-*.egg-info/
.coverage
+*.egg-info/
*.egg
-dist/
-htmlcov/
+*.py[co]