From 49a480951e1811445fcd8f0514025e3b3cf2b18a Mon Sep 17 00:00:00 2001 From: hippo91 Date: Sun, 6 Mar 2016 12:30:45 +0100 Subject: [PATCH] No need to push .spyderproject file in a python project --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 100efbcf..4f823c47 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,3 +73,6 @@ target/ # dotenv .env + +# Spyder project settings +.spyderproject