1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| #!wing
| #!version=4.0
| ##################################################################
| # Wing IDE project file #
| ##################################################################
| [project attributes]
| proj.directory-list = [{'dirloc': loc('..'),
| 'excludes': [u'.hg',
| u'Lib/unittest/__pycache__',
| u'Lib/unittest/test/__pycache__',
| u'Lib/__pycache__',
| u'build',
| u'Doc/build'],
| 'filter': '*',
| 'include_hidden': False,
| 'recursive': True,
| 'watch_for_changes': True}]
| proj.file-type = 'shared'
|
|