summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 15 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index fe562f2..33ed830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,18 @@
-.DS_Store
*.pyc
*.pyo
-*.egg-ignore
-*.egg-info
-.pytest_cache
-dist
-build
-docs/_build
-click.egg-info
-venv/
-.tox
-.cache
+__pycache__/
+.idea/
.ropeproject
-.idea
+.DS_Store
+env/
+venv/
+*.egg-info/
+*.eggs/
+build/
+dist/
+docs/_build/
+.pytest_cache/
+.tox/
+.coverage
+.coverage.*
+htmlcov/