summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-07-13 15:17:49 +0100
committerPaul Ganssle <paul@ganssle.io>2018-08-19 17:12:49 -0400
commit6f58adff3ffef015de299e24720dca3997878a71 (patch)
tree3a4eb0fd8e088430c2165450bf21b13c9a3bee9b /.gitignore
parentd63b6b5b9fb63c0bfb83fb91edee10114c932e54 (diff)
downloadpython-setuptools-git-6f58adff3ffef015de299e24720dca3997878a71.tar.gz
gitignore: Ignore .venv directory
These are commonly used for testing purposes. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b850622f..1f58eb31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ setuptools.egg-info
.coverage
.eggs
.tox
+.venv
*.egg
*.py[cod]
*.swp