This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
.gitignore
572 lines (527 loc) · 14.9 KB
/
.gitignore
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
#################
## Eclipse
#################
*.pydevproject
.project
.metadata
tmp/
_virtualenv/
*.tmp
*.bak
*.swp
*~.nib
*.blg
*.bbl
*.ind
*.out
*.aux
*.idx
*.ilg
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
build2/
build3/
[Bb]in/
[Oo]bj/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc
*.pyproj
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.Publish.xml
*.pubxml
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
#############
## Python
#############
*.py[co]
# Packages
*.egg
*.egg-info
dist/
build/
dist2/
build2/
eggs/
parts/
var/
sdist/
develop-eggs/
__pycache__/
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# py* packages
temp_*
out_*
*/sphinxdoc/source/index_*
*/sphinxdoc/source/automation/*
*/sphinxdoc/source/gyexamples/*
*/sphinxdoc/source/readme.*
*/sphinxdoc/source/LICENSE.txt
*/sphinxdoc/source/filechanges.*
*/sphinxdoc/source/coverage/*
*-checkpoint.ipynb
version.txt
*/sphinxdoc/source/ensae_teaching_cs/*
*/sphinxdoc/source/all*.rst
*/sphinxdoc/source/notebooks/reveal.js/*
_doc/sphinxdoc/source/examples/*
_doc/sphinxdoc/source/_static/*.css
_doc/sphinxdoc/source/_static/*.html
_doc/sphinxdoc/source/_static2/*.css
_doc/sphinxdoc/source/_static3/*.css
_doc/sphinxdoc/source/gallery/*
!*/sphinxdoc/source/notebooks/_gs*
*/notebooks/*.zip
*/notebooks/td1a/*.zip
*/notebooks/td1a/*.dbf
*/notebooks/td1a/python*.png
*/notebooks/td1a/*.c
*/notebooks/td1a/facebook*
*/notebooks/td1a/*.cpp
*/notebooks/td1a/*.pyx
*/notebooks/td1a/FRA_adm*
*/notebooks/td1a/*.pyd
*/notebooks/td1a/setup.py
*/notebooks/td1a/t_random*
*/notebooks/td1a/example_bokeh.*
*/notebooks/td1a/osm.*
*/notebooks/td1a/shapefiles/*
*/notebooks/donnees/*.gz
*/notebooks/donnees/*.db3
*/notebooks/donnees/*.hdf5
*/notebooks/donnees/*.zip
*/notebooks/2a/*.rst
*/notebooks/2a/*.html
*/notebooks/td2a/*.zip
*/notebooks/td2a/*.dbf
*/notebooks/td2a/*.xlsx
*/notebooks/td2a/*.db3
*/notebooks/td2a/arbre.*
*/notebooks/td2a/arbrec.*
*/notebooks/td2a/bank*.csv
*/notebooks/td2a/df_text.*
*/notebooks/td2a/df_seriali*
*/notebooks/td2a/objet_seriali*
_doc/presentations/*/cours*.pdf
*/notebooks/td2a/*.csv
*/notebooks/td2a/Exemple*.xml
*/notebooks/td2a/data*.py
*/notebooks/td3a/Conf*
*/notebooks/td3a/essa*.pig
*/notebooks/td3a/sel*.pig
*/notebooks/td3a/solution*.pig
*/notebooks/td3a/*redirection*
*/notebooks/td3a/stderr.txt
*/notebooks/td3a/results.txt
*/notebooks/td3a/result*.txt
*/notebooks/td3a/paris*.txt
*/notebooks/td3a/*.zip
*/notebooks/td3a/*.pig
*/notebooks/td3a/velib*.txt
*/notebooks/td3a/velib/*
*/notebooks/td3a/velib2/*
*/notebooks/td3a/velib3/*
*/notebooks/td3a/stations*
*/notebooks/td3a/distrib*
*/notebooks/td3a/stdout.txt
*/notebooks/td3a/stream_json.py
*/notebooks/td3a/fermees.txt
*/notebooks/td3a/python_info*
*/notebooks/td3a/stderr
*/notebooks/td3a/stdout
*/notebooks/td3a/jython.*
*/notebooks/td3a/random.sample.txt
*/notebooks/td3a/histo.txt
*/notebooks/td3a/infos.txt
*/notebooks/expose/demo*
*/notebooks/expose/mortalite.txt
*/notebooks/expose/added.*
*/notebooks/expose/paris_54000.*
*/notebooks/expose/mortalite*.db3
*/notebooks/expose/mortalite_5*.txt
*/notebooks/notebook_eleves/2014_2015/*.zip
*/notebooks/notebook_eleves/2014_2015/*.gz
*/notebooks/notebook_eleves/2014_2015/*.pig
*/notebooks/notebook_eleves/2014_2015/*.csv
*/notebooks/notebook_eleves/2014_2015/stdout
*/notebooks/notebook_eleves/2014_2015/stderr
*/notebooks/notebook_eleves/2014_2015/ml-1m/*
build_help.bat
_doc/sphinxdoc/source/blog/*.rst
_doc/sphinxdoc/source/blog/rss.xml
_doc/sphinxdoc/source/phdoc_templates/*.html
_doc/sphinxdoc/source/blog/feed-icon*.png
_doc/notebooks/td2a/graph.html
_doc/sphinxdoc/source/_static/moduletoc.html
_doc/sphinxdoc/source/_static/blogtoc.html
_doc/sphinxdoc/source/_static2/moduletoc.html
_doc/sphinxdoc/source/_static2/blogtoc.html
_doc/sphinxdoc/source/_static3/moduletoc.html
_doc/sphinxdoc/source/_static3/blogtoc.html
_doc/notebooks/*/.ipynb_checkpoints/*
_doc/notebooks/.ipynb_checkpoints/*
_doc/sphinxdoc/source/_static/reveal.js/*
_doc/sphinxdoc/source/_static2/reveal.js/*
_doc/sphinxdoc/source/_static3/reveal.js/*
auto_*.bat
auto_*.py
auto_*.xml
auto_*.db3
status_*.txt
.RData
_doc/notebooks/td2a/iris.html
_doc/notebooks/td2a/data_roc.csv
_doc/notebooks/td2a/twitter_for_network_100000.db
_doc/notebooks/td2a/log
_doc/notebooks/td2a/*.json
_doc/notebooks/td2a/*.db
_doc/notebooks/td2a/data*
_doc/notebooks/td2a/log
_doc/notebooks/td2a_eco/*.jpg
_doc/notebooks/td3a/*.jar
_doc/notebooks/td3a/reservoir_sample.py
_doc/notebooks/td3a/reservoir_sample.temp.py
_doc/notebooks/td3a/reservoir_sampling.temp.py
_doc/notebooks/td3a/reservoir_sampling.py
_doc/notebooks/td3a/reservoir_sample_code.py
_doc/notebooks/td3a/reservoir_sample_code.temp.py
_doc/notebooks/log
log
_doc/notebooks/td1a/GEOFLA_2-1_DEPARTEMENT_SHP_LAMB93_FXX_2015-12-01.7z
_doc/sphinxdoc/source/_static/require.js
_doc/sphinxdoc/source/_static2/require.js
_doc/sphinxdoc/source/_static3/require.js
_doc/sphinxdoc/source/_static/searchbox.html
_doc/sphinxdoc/source/_static2/searchbox.html
_doc/sphinxdoc/source/_static3/searchbox.html
_unittests/ut_faq/chromedriver.exe
_unittests/ut_faq/chromedriver_win32.zip
enumerate_send_email_debug.html
_unittests/run_unittests.py.out
_doc/notebooks/td1a/lisezmoi_MAR2012.txt
_doc/notebooks/1a/pdf.prof
_unittests/ut_data/besancon.df.txt
_doc/notebooks/expose/besancon.df.txt
_doc/competitions/2016_ENSAE_2A/competition/competition.zip
_doc/competitions/2016_ENSAE_2A/competition/reference/truth.txt
_unittests/ut_data/submission.zip
_doc/competitions/2016_ENSAE_2A/competition/reference.zip
_unittests/ut_data/tweets_macron_sijetaispresident_201609.txt
_doc/notebooks/td2a_eco/chromedriver.exe
_doc/notebooks/td2a_eco/chromedriver_win32.zip
_doc/notebooks/td2a_ml/iris.csv
_doc/notebooks/td2a_ml/dads*.zip
_doc/notebooks/td2a_ml/eleve_region.txt
_doc/notebooks/td2a_ml/lisezmoi_salaries10.txt
_doc/notebooks/td2a_ml/salaries10.DBF
_doc/notebooks/td2a_ml/salaries201*.db3
_doc/notebooks/td2a_ml/varlist_salari*.dbf
_doc/notebooks/td2a_ml/varmod_salarie*.dbf
_doc/notebooks/td2a_ml/arbre.png
_doc/notebooks/td2a_ml/arbre.dot
_unittests/ut_examples/mnist.pkl
_unittests/ut_examples/mnist.pkl.gz
_doc/notebooks/td2a_eco/data_export.json
src/ensae_teaching_cs/cryptcode.py
_doc/notebooks/td2a_eco/ensemble_gares.csv
_doc/notebooks/td3a/pageviews-20161101-000000
_doc/notebooks/competitions/2016/*.zip
_doc/notebooks/competitions/*.zip
_doc/notebooks/competitions/answer.csv
_unittests/ut_faq/operadriver.exe
_unittests/ut_faq/operadriver_win64.zip
_doc/notebooks/td3a_spark/out/**
_doc/notebooks/td3a_spark/adult.txt
_doc/notebooks/td3a_spark/fichier*
_doc/notebooks/td3a_spark/metastore_db/**
_doc/notebooks/td3a_spark/Untitled.*
_doc/notebooks/td3a_spark/data_adult.txt
_doc/notebooks/td3a_spark/*.parquet
_doc/notebooks/td3a_spark/target/**
_doc/notebooks/td3a_spark/rnd1*
_doc/notebooks/td3a_spark/rnd2*
_doc/sphinxdoc/source/_static/searchbox.html
_doc/sphinxdoc/source/_static2/searchbox.html
_doc/sphinxdoc/source/_static3/searchbox.html
_doc/notebooks/td2a/ensae_*.txt
_doc/notebooks/competitions/2016/ensae_*.txt
_doc/notebooks/competitions/2016/ensae_*.zip
_doc/notebooks/td3a/GLE*.txt
_doc/notebooks/td2a_ml/*divvy*
_doc/notebooks/td2a_ml/*.zip
_doc/notebooks/td2a_ml/2016*.*
_doc/notebooks/td2a_ml/features_bike_chicago.txt
_doc/notebooks/_sandbox/*
_unittests/ut_homeblog/copyDates.txt
_unittests/ut_homeblog/copyDates.txt
_doc/notebooks/td3a/NASDAQ_MSFT.*.txt
_doc/notebooks/notebook_eleves/2016-2017/answer*.txt
_doc/notebooks/notebook_eleves/2016-2017/ensae_competition_*.txt
_doc/notebooks/notebook_eleves/2016-2017/ensae_competition_*.zip
_unittests/ut_examples_from_modules/mnist.pkl
_unittests/ut_examples_from_modules/mnist.pkl.gz
_doc/notebooks/td1a/arthur_charpentier*.txt
_doc/notebooks/td1a/blog*.txt
_doc/notebooks/td1a/elpais*.txt
_doc/notebooks/td1a/inconnu*.txt
_doc/notebooks/td1a/lemonde*.txt
_doc/notebooks/td1a/nytimes*.txt
_doc/notebooks/td1a/texte.txt
_doc/notebooks/td1a/afp*.txt
_doc/notebooks/td1a/lequipe*.txt
_doc/notebooks/td2a_ml/README_2016_Q4.txt
_doc/notebooks/td1a_soft/td8_velib.*
_doc/notebooks/td1a_soft/stations.txt
_doc/notebooks/expose/particule2.h5
_doc/notebooks/expose/particule.h5
_doc/notebooks/expose/example.hdf5
_doc/notebooks/td1a_soft/setup.py
_doc/notebooks/td1a_soft/*.pyx
_doc/notebooks/td1a_soft/*.pyd
_doc/notebooks/td1a_soft/*.c
_doc/notebooks/competitions/2017/a*.csv
_doc/notebooks/competitions/2017/*.xlsx
_doc/notebooks/competitions/2017/Untitled.ipynb
_doc/notebooks/td1a_dfnp/shapefiles/GEOFLA**
_doc/notebooks/td1a_dfnp/*.dbf
_doc/notebooks/td1a_dfnp/*.gv
_doc/notebooks/td1a_dfnp/GEOFLA_2-1_DEPARTEMENT_SHP_LAMB93_FXX_2015-12-01.7z
_doc/notebooks/td1a_dfnp/lisezmoi_MAR2012.txt
_doc/notebooks/td2a/lisezmoi_*.txt
_doc/notebooks/td2a/exemple.txt
_doc/notebooks/td1a_dfnp/t_random_graph.gv.png
_doc/notebooks/td1a_dfnp/etatcivil2012_mar2012_dbase.zip
_doc/notebooks/td1a_dfnp/example_bokeh.html
_doc/notebooks/td2a_ml/arbrec.dot
_doc/notebooks/td2a/mar2012.txt
_doc/notebooks/td2a_ml/arbrec.png
_doc/notebooks/competitions/2017/*.csv
_doc/notebooks/competitions/2017/*.txt
_doc/notebooks/competitions/2017/*.zip
_doc/notebooks/competitions/2017/ddfe10002.csv
_doc/notebooks/td2a/iris_test.txt
_doc/notebooks/td2a/iris.txt
_doc/notebooks/td2a/iris_train.txt
_doc/notebooks/2a/_linear_regression*.pyd
_doc/notebooks/2a/_linear_regression*.c
_doc/sphinxdoc/.vscode/settings.json
_doc/sphinxdoc/.vscode/ai_job_properties.json
_doc/notebooks/td2a_eco/Players_WC2014.xlsx
_doc/notebooks/td2a_eco/velib_t1.txt
_doc/notebooks/td2a_eco/velib_t2.txt
_doc/notebooks/td2a_eco/villes.txt
_doc/notebooks/td2a_eco/td2a_eco_exercices_de_manipulation_de_donnees.zip
_doc/notebooks/td2a/off_*_all.txt
_doc/notebooks/td1a_algo/matrix_distance_7398.*
_doc/notebooks/competitions/2016/answer.csv
_doc/notebooks/td2a_ml/adult.data
_doc/notebooks/td2a_ml/adult.names
_doc/notebooks/td2a_deep/data/*
_doc/notebooks/td2a_ml/MediaMonkey.dll
_doc/notebooks/td2a_ml/SQLiteSpy.db3
_doc/notebooks/td2a_ml/SQLiteSpy.exe
_doc/notebooks/td2a_ml/salaries11.dbf
_doc/notebooks/2a/premier_projet3
_doc/notebooks/expose/pageviews-20180201-000000
_doc/notebooks/expose/pageviews-20180201-000000.fr.txt
_doc/sphinxdoc/source/notebooks/*
_doc/sphinxdoc/source/nbcov-2018-03-18.png
_doc/sphinxdoc/source/nbcov.png
_doc/sphinxdoc/source/sklearn_ensae_course/images/sphx_glr*.png
_doc/sphinxdoc/source/sklearn_ensae_course/images/thumb/*.png
_doc/sphinxdoc/source/sklearn_ensae_course/*
_doc/notebooks/td3a/MSFT*.txt
_doc/notebooks/td2a_ml/tree.dot
_doc/notebooks/td1a_dfnp/NE1*
_doc/notebooks/notebook_eleves/2018-2019/titanic.xlsx
_doc/notebooks/notebook_eleves/2018-2019/model.pkl
_doc/notebooks/td1a/page.html
_doc/notebooks/td1a/monmodule.py
_doc/notebooks/td1a/monmodule3.py
_doc/notebooks/td1a/mat.txt
_doc/notebooks/td1a/monmodule3.py
_doc/notebooks/td1a/exemple_fichier.txt
_doc/notebooks/td1a/monmodule3.py
_doc/notebooks/td1a/seance4_excel_mat.xlsx
_doc/notebooks/td1a/seance4_excel_mat.txt
_doc/notebooks/td1a/VOEUX*.txt
.vscode/settings.json
_unittests/ut_data/__MACOSX
_unittests/ut_data/sentiment_labelled_sentences.zip
_unittests/ut_data/sentiment labelled sentences/amazon_cells_labelled.txt
_unittests/ut_data/sentiment labelled sentences/imdb_labelled.txt
_unittests/ut_data/sentiment labelled sentences/readme.txt
_unittests/ut_data/sentiment labelled sentences/yelp_labelled.txt
_doc/notebooks/td2a_ml/tft/report_adult.txt
_doc/notebooks/td2a_ml/__MACOSX
_doc/notebooks/td2a_ml/sentiment labelled sentences/imdb_labelled.txt
_doc/notebooks/td2a_ml/sentiment labelled sentences/readme.txt
_doc/notebooks/td2a_ml/sentiment labelled sentences/yelp_labelled.txt
_doc/notebooks/td2a_ml/sentiment labelled sentences/amazon_cells_labelled.txt
_doc/notebooks/notebook_eleves/2018-2019/images/lemonde2
_doc/notebooks/notebook_eleves/2018-2019/images/aznavour
_doc/notebooks/notebook_eleves/2018-2019/images/lemonde
_doc/notebooks/2a/model*.onnx
_doc/notebooks/td2a_eco2/spooky.csv
_todo/data/court_chemin/graph.gv
_doc/notebooks/notebook_eleves/2018-2019/images/personne
_doc/notebooks/td1a_soft/img.cov.png
_doc/notebooks/td1a_algo/python.png
_doc/notebooks/td1a_algo/python_filtre*.png
_doc/notebooks/td1a_algo/python_white.png
_doc/notebooks/td2a/tweets_macron_sijetaispresident_201609.txt
_doc/notebooks/td2a_eco2/*pocket.zip
_doc/notebooks/td2a_eco2/*pocket.csv
_doc/notebooks/td2a_eco2/*pocket.json
_doc/sphinxdoc/source/plot_pypi.py
_unittests/ut_data/DEAL Flow automatisation 2019.xlsx
_unittests/ut_data/Jeu de données deal flow 2018.csv
_doc/notebooks/2a/twitter_for_network_100000.db.zip
_doc/notebooks/2a/twitter_for_network_100000.db
_doc/notebooks/2a/tw_users.json
_doc/notebooks/td2a_ml/catboost_info/*
_doc/notebooks/td1a_home/departements-20180101*
_doc/notebooks/td1a_home/data.*
_doc/notebooks/td1a_home/fleurs.*
_doc/notebooks/td1a_home/apiapp.py
_doc/sphinxdoc/source/pypi_downloads.sorted.csv
_doc/notebooks/td1a_home/*.pickle
_doc/notebooks/td1a_home/df.csv
_doc/notebooks/data/DEAL Flow automatisation 2019.xlsx
_doc/notebooks/data/Jeu de données deal flow 2018.csv
_latex/ensae/*.pdf
_doc/notebooks/td1a_home/dummy.json
_doc/notebooks/data/20*/*.csv
_doc/notebooks/data/irep.zip