summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGram <master_fess@mail.ru>2018-06-22 12:47:47 +0300
committerGram <master_fess@mail.ru>2018-06-22 12:47:47 +0300
commit8bc39f1e1f20790b5d4f83c79633f188bd5293fd (patch)
treec82af022dccedbaa2dcf0791133492264e1c2444 /.gitignore
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-8bc39f1e1f20790b5d4f83c79633f188bd5293fd.tar.gz
Split place_module to separated finders
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24a8bb32..11ade0b1 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