summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
committerDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
commit35929957d81ab18a7bc0d75e850449f3f1068107 (patch)
tree5c53474fc211a97762e5f7e780416473e9e80a44 /.gitignore
parent559a46c40379bbb38dc6ab75fbd9288489bdf655 (diff)
downloadclick-35929957d81ab18a7bc0d75e850449f3f1068107.tar.gz
update project metadata
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 11 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 33ed830..fc5a65f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,15 @@
-*.pyc
-*.pyo
+/.idea/
+/.vscode/
+/env/
+/venv/
__pycache__/
-.idea/
-.ropeproject
-.DS_Store
-env/
-venv/
+*.pyc
*.egg-info/
-*.eggs/
-build/
-dist/
-docs/_build/
-.pytest_cache/
-.tox/
+/build/
+/dist/
+/.pytest_cache/
+/.tox/
.coverage
.coverage.*
-htmlcov/
+/htmlcov/
+/docs/_build/