From ba9a846ee910e6d8d64a7062e3936f48037a7aaf Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 11 Dec 2016 12:14:00 -0500 Subject: Safer work-around for Python 3 removing the built-in file() function --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 43f3b2b5..24c540b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ __pycache__ build dist cmd2.egg-info +.idea +.cache -- cgit v1.2.1