-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
356 lines (355 loc) · 28.1 KB
/
.gitignore
File metadata and controls
356 lines (355 loc) · 28.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
#python specific
*.pyc
## generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out
flask-hello-world/env/.Python
flask-hello-world/env/bin/activate
flask-hello-world/env/bin/activate.csh
flask-hello-world/env/bin/activate.fish
flask-hello-world/env/bin/activate_this.py
flask-hello-world/env/bin/easy_install
flask-hello-world/env/bin/easy_install-2.7
flask-hello-world/env/bin/pip
flask-hello-world/env/bin/pip2
flask-hello-world/env/bin/pip2.7
flask-hello-world/env/bin/python
flask-hello-world/env/bin/python2
flask-hello-world/env/bin/python2.7
flask-hello-world/env/include/python2.7
flask-hello-world/env/lib/python2.7/UserDict.py
flask-hello-world/env/lib/python2.7/_abcoll.py
flask-hello-world/env/lib/python2.7/_weakrefset.py
flask-hello-world/env/lib/python2.7/abc.py
flask-hello-world/env/lib/python2.7/codecs.py
flask-hello-world/env/lib/python2.7/config
flask-hello-world/env/lib/python2.7/copy_reg.py
flask-hello-world/env/lib/python2.7/distutils/__init__.py
flask-hello-world/env/lib/python2.7/distutils/distutils.cfg
flask-hello-world/env/lib/python2.7/encodings
flask-hello-world/env/lib/python2.7/fnmatch.py
flask-hello-world/env/lib/python2.7/genericpath.py
flask-hello-world/env/lib/python2.7/lib-dynload
flask-hello-world/env/lib/python2.7/linecache.py
flask-hello-world/env/lib/python2.7/locale.py
flask-hello-world/env/lib/python2.7/no-global-site-packages.txt
flask-hello-world/env/lib/python2.7/ntpath.py
flask-hello-world/env/lib/python2.7/orig-prefix.txt
flask-hello-world/env/lib/python2.7/os.py
flask-hello-world/env/lib/python2.7/posixpath.py
flask-hello-world/env/lib/python2.7/re.py
flask-hello-world/env/lib/python2.7/site-packages/_markerlib/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/_markerlib/markers.py
flask-hello-world/env/lib/python2.7/site-packages/easy_install.py
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/DESCRIPTION.rst
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/METADATA
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/RECORD
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/WHEEL
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/entry_points.txt
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/pydist.json
flask-hello-world/env/lib/python2.7/site-packages/pip-1.5.4.dist-info/top_level.txt
flask-hello-world/env/lib/python2.7/site-packages/pip/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/__main__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/_markerlib/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/_markerlib/markers.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/ansi.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/ansitowin32.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/initialise.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/win32.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/colorama/winterm.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/misc.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/shutil.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/tarfile.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/compat.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/database.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/index.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/locators.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/manifest.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/markers.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/metadata.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/resources.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/t32.exe
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/t64.exe
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/util.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/version.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/w32.exe
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/w64.exe
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/distlib/wheel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/constants.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/_base.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/lint.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/optionaltags.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/sanitizer.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/filters/whitespace.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/html5parser.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/ihatexml.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/inputstream.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/sanitizer.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/tokenizer.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/_base.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/dom.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/_base.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/dom.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/etree.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/_base.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/datrie.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/trie/py.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/html5lib/utils.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/re-vendor.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/api.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/auth.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/cacert.pem
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/certs.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/compat.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/cookies.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/hooks.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/models.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/__main__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/big5freq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/big5prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/chardistribution.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/charsetgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/charsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/codingstatemachine.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/compat.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/constants.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/cp949prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/escprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/escsm.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/eucjpprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/euckrfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/euckrprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/euctwfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/euctwprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/gb2312freq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/gb2312prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/hebrewprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/jisfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/jpcntx.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langbulgarianmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langcyrillicmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langgreekmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langhebrewmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langhungarianmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/langthaimodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/latin1prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/mbcharsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/mbcsgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/mbcssm.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/sbcharsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/sbcsgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/sjisprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/universaldetector.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/charade/utf8prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/compat.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/constants.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/escsm.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connection.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/fields.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/request.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/status_codes.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/structures.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/requests/utils.py
flask-hello-world/env/lib/python2.7/site-packages/pip/_vendor/six.py
flask-hello-world/env/lib/python2.7/site-packages/pip/backwardcompat/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/basecommand.py
flask-hello-world/env/lib/python2.7/site-packages/pip/baseparser.py
flask-hello-world/env/lib/python2.7/site-packages/pip/cmdoptions.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/bundle.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/completion.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/freeze.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/help.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/install.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/list.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/search.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/show.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/uninstall.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/unzip.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/wheel.py
flask-hello-world/env/lib/python2.7/site-packages/pip/commands/zip.py
flask-hello-world/env/lib/python2.7/site-packages/pip/download.py
flask-hello-world/env/lib/python2.7/site-packages/pip/exceptions.py
flask-hello-world/env/lib/python2.7/site-packages/pip/index.py
flask-hello-world/env/lib/python2.7/site-packages/pip/locations.py
flask-hello-world/env/lib/python2.7/site-packages/pip/log.py
flask-hello-world/env/lib/python2.7/site-packages/pip/pep425tags.py
flask-hello-world/env/lib/python2.7/site-packages/pip/req.py
flask-hello-world/env/lib/python2.7/site-packages/pip/runner.py
flask-hello-world/env/lib/python2.7/site-packages/pip/status_codes.py
flask-hello-world/env/lib/python2.7/site-packages/pip/util.py
flask-hello-world/env/lib/python2.7/site-packages/pip/vcs/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/pip/vcs/bazaar.py
flask-hello-world/env/lib/python2.7/site-packages/pip/vcs/git.py
flask-hello-world/env/lib/python2.7/site-packages/pip/vcs/mercurial.py
flask-hello-world/env/lib/python2.7/site-packages/pip/vcs/subversion.py
flask-hello-world/env/lib/python2.7/site-packages/pip/wheel.py
flask-hello-world/env/lib/python2.7/site-packages/pkg_resources.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/DESCRIPTION.rst
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/METADATA
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/RECORD
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/WHEEL
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/dependency_links.txt
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/entry_points.txt
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/pydist.json
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/requires.txt.orig
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/top_level.txt
flask-hello-world/env/lib/python2.7/site-packages/setuptools-2.2.dist-info/zip-safe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/archive_util.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/cli-32.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/cli-64.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/cli-arm-32.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/cli.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/alias.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/bdist_egg.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/bdist_rpm.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/bdist_wininst.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/build_ext.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/build_py.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/develop.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/easy_install.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/egg_info.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/install.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/install_egg_info.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/install_lib.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/install_scripts.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/launcher manifest.xml
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/register.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/rotate.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/saveopts.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/sdist.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/setopt.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/test.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/command/upload_docs.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/compat.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/depends.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/dist.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/extension.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/gui-32.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/gui-64.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/gui-arm-32.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/gui.exe
flask-hello-world/env/lib/python2.7/site-packages/setuptools/lib2to3_ex.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/package_index.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/py26compat.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/py27compat.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/py31compat.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/sandbox.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/script template (dev).py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/script template.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/site-patch.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/ssl_support.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/svn_utils.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/__init__.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/doctest.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/environment.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/py26compat.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/script-with-bom.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/server.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_bdist_egg.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_build_ext.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_develop.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_dist_info.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_easy_install.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_egg_info.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_markerlib.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_packageindex.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_resources.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_sandbox.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_sdist.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_svn.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_test.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/tests/test_upload_docs.py
flask-hello-world/env/lib/python2.7/site-packages/setuptools/version.py
flask-hello-world/env/lib/python2.7/site.py
flask-hello-world/env/lib/python2.7/sre.py
flask-hello-world/env/lib/python2.7/sre_compile.py
flask-hello-world/env/lib/python2.7/sre_constants.py
flask-hello-world/env/lib/python2.7/sre_parse.py
flask-hello-world/env/lib/python2.7/stat.py
flask-hello-world/env/lib/python2.7/types.py
flask-hello-world/env/lib/python2.7/warnings.py