From 043e69669b78111367ed26c43c0551a38c9a12e3 Mon Sep 17 00:00:00 2001 From: willnoonan <90508630+willnoonan@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:56:36 -0600 Subject: [PATCH] Update .gitignore Ignore .idea in PyCharm --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af6bfdc..061461e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ +# PyCharm +.idea .vscode/settings.json pythonenv3.8/ __pycache__ dependencies testing -lookup_route.py \ No newline at end of file +lookup_route.py