python-wing3.wpr 555 Bytes
Newer Older
Benjamin Peterson's avatar
Benjamin Peterson committed
1 2 3 4 5 6 7
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
8
                        'excludes': [u'Lib/__pycache__'],
Benjamin Peterson's avatar
Benjamin Peterson committed
9 10 11 12 13
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'