summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 69be8a6d..10fe6e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.py[cod]
+__pycache__
.DS_Store
# C extensions
*.so
@@ -25,6 +26,7 @@ npm-debug.log
# Unit test / coverage reports
.coverage
+.pytest_cache
.tox
nosetests.xml
htmlcov