summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index febd0f7..8fab157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,14 @@
*.pyc
build/
dist/
+htmlcov/
MANIFEST
.*.swp
*.egg-info
.idea/
+coverage.xml
docs/_build
-.testrepository/
+.coverage
.tox
+.venv/
venv/