summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-13 18:10:48 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-13 18:10:48 -0400
commitbe82ee5d66f18343cc055b1daf84a0b14454eec7 (patch)
treec888ddd5e49ef1f8d8e9552bf93e3d6fda1c382b /.gitignore
parent7786b667a4dcd6f4f1b441c876c0228a3f7ca45f (diff)
downloadcmd2-git-be82ee5d66f18343cc055b1daf84a0b14454eec7.tar.gz
Removed venv
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9954fca6..140c73b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,8 +26,5 @@ htmlcov
dmypy.json
dmypy.sock
-# cmd2 history file used in main.py
+# cmd2 history file used in hello_cmd2.py
cmd2_history.txt
-
-# Virtual environment
-venv