From cc97f972d9c9f91df7dff8f09d15245c7c51831f Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Wed, 19 Sep 2018 09:53:26 +0300 Subject: [PATCH] Add Wing project # Conflicts: # .gitignore --- .gitignore | 3 ++- python_turtle.wpr | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 python_turtle.wpr diff --git a/.gitignore b/.gitignore index ab3da46..5d264ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -*.pyc +*.py[co] __pycache__/ osx_build/ .tox/ +*.wpu diff --git a/python_turtle.wpr b/python_turtle.wpr new file mode 100644 index 0000000..202ea2d --- /dev/null +++ b/python_turtle.wpr @@ -0,0 +1,13 @@ +#!wing +#!version=6.0 +################################################################## +# Wing IDE project file # +################################################################## +[project attributes] +proj.directory-list = [{'dirloc': loc('.'), + 'excludes': [u'osx_dist'], + 'filter': '*', + 'include_hidden': False, + 'recursive': True, + 'watch_for_changes': True}] +proj.file-type = 'shared'