-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (32 loc) · 875 Bytes
/
.gitignore
File metadata and controls
32 lines (32 loc) · 875 Bytes
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
Try&Error/
Lectures_In_Progress/
.idea/
.DS_Store
.ipynb_checkpoints/
.jovianrc
Notebooks_Finished/__pycache__/
Projects/FashionMNIST/data/
Projects/FashionMNIST/models/
Projects/.ipynb_checkpoints/
Projects/.DS_Store
Projects/FashionMNIST/.ipynb_checkpoints/
Projects/FashionMNIST/.DS_Store
Projects/FashionMNIST/__pycache__/
Notebooks_Finished/models/
Quiz/.ipynb_checkpointsgo
Examples/.ipynb_checkpoints
Homework/.ipynb_checkpoints
Homework/Data/netflix-titles/.ipynb_checkpoints
Homework/Data/iris/.ipynb_checkpoints
Demonstrations/.ipynb_checkpoints
Problems/.ipynb_checkpoints
Notebooks_Finished/.DS_Store
Notebooks_Finished/Data/.DS_Store
Notebooks_Finished/.ipynb_checkpoints
Notebooks_In_Progress/.DS_Store
Notebooks_In_Progress/.ipynb_checkpoints
Notebooks_In_Progress/Data/.DS_Store
Notes/.DS_Store
Notes/.ipynb_checkpoints
Solutions/.ipynb_checkpoints
Essential/