From 5632957041b61b995cbd2046c8b1ad34c399857b Mon Sep 17 00:00:00 2001 From: arianagiroux Date: Fri, 22 Jul 2022 12:23:24 -0600 Subject: [PATCH] More updates to the .gitignore for python --- .gitignore | 1 + runner.py => app.py | 0 2 files changed, 1 insertion(+) rename runner.py => app.py (100%) diff --git a/.gitignore b/.gitignore index 2c65419..be7fdfa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ resources/data.* venv *.sw* .ropeproject +__pycache__ diff --git a/runner.py b/app.py similarity index 100% rename from runner.py rename to app.py