summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-05 21:39:07 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-05 21:39:07 -0400
commit87f252959b2607d792c36bbf5b80abd6cfa2e19c (patch)
tree39e88a59b0e8ab5fa4270c9d339a31068305ed29 /.gitignore
parent92f8e08d9b6a9436fe8fd30b75e4192106b2d366 (diff)
downloadcmd2-git-87f252959b2607d792c36bbf5b80abd6cfa2e19c.tar.gz
Added .venv directory to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1add4a87..55b832f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,6 @@ cmd2_history.dat
# Pipenv Lock file
Pipfile.lock
+
+# Virtualenv directory
+.venv