-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
112 lines (101 loc) · 1.65 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
# Lab data files --------------------------------------------------------------
BinaryTrees/english.txt
BreadthFirstSearch/movie_data.txt
BreadthFirstSearch/movie_data_small.txt
CVXPY_Intro/food.npy
Exceptions_FileIO/hello_world.txt
Exceptions_FileIO/cf_example1.txt
Exceptions_FileIO/cf_example2.txt
FourierTransform/tada.wav
FourierTransform/mystery_chord.wav
FourierTransform/CGC.wav
FourierTransform/GCG.wav
FourierTransform/balloon.wav
FourierTransform/chopin.wav
FourierTransform/noisy1.wav
FourierTransform/noisy2.wav
FourierTransform/vuvuzela.wav
FourierTransform/noisy_face.png
FourierTransform/license_plate.png
GradientMethods/linregression.txt
GradientMethods/challenger.npy
InteriorPoint_Linear/simdata.txt
LinkedLists/english.txt
MarkovChains/yoda.txt
NMF/faces94.zip
NearestNeighbor/mnist_subset.npz
PolynomialInterpolation/airdata.npy
PythonAndNumpy2/grid.npy
RegularExpressions/fake_contacts.txt
Simplex/productMix.npz
UnixShell2/Shell2.zip
# General Files ---------------------------------------------------------------
# Extra Python files.
__init__.py
__main__.py
*.py[cdfo]
__pycache__/
.ipynb_checkpoints/
# Latex temporary files
*.aux
*.bbl
*.blg
*.dvi
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.nlo
*.out
*.toc
*.fdb_latexmk
*.pdfsync
*.synctex.gz
*.nav
*.snm
*.vrb
*.bcf
*.fls
*.pdf
# OS generated files
.DS_Store
# Backup files
*~
*.backup
*.bak
*.tmp
*.temp
*.sav
# C compiled files, extensions
*.dll
*.o
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Unit test / coverage reports
.coverage
.tox
.cache/
.pytest_cache/
htmlcov/
# Miscellaneous
build/
faces94/
nyc_*.json
*.mod