From 4757cbc54163efa3eb904b65da2108dbd1d7286f Mon Sep 17 00:00:00 2001 From: Greg Trahair Date: Fri, 1 Apr 2016 10:45:44 +0200 Subject: [PATCH] Added .ropeproject directory If anyone uses the ROPE refactoring library this is certainly necessary. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 44ead8c6..e0982a1a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,3 +83,6 @@ ENV/ # Spyder project settings .spyderproject + +# Rope project settings +.ropeproject