aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e2f71b8..0c272d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
bin
build
dist
+docs/build
include
lib
distribute.egg-info
@@ -9,9 +10,12 @@ setuptools.egg-info
.coverage
.eggs
.tox
+.venv
*.egg
*.py[cod]
*.swp
*~
.hg*
.cache
+.idea/
+.pytest_cache/