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'