diff --git a/.gitignore b/.gitignore
index e015f1fcaf34fd0c3e5aea83708be7b7bf9f2b4b..98938fa80cff5ba71a4cdc46dd4b3557f0a7ff77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@
 **/__pycache__/*
 *.py[cod]
 *.egg
+_version.py
 MANIFEST
 
 ### Jupyter temporaries
@@ -42,7 +43,9 @@ MANIFEST
 
 ### Testing and coverage reports
 htmlcov/
+junit.xml
 .tox/
+.nox/
 .coverage
 .coverage.*
 .cache
@@ -50,3 +53,6 @@ nosetests.xml
 coverage.xml
 *.cover
 .hypothesis/
+
+### Documentation builds
+**/build/*