Skip to content

Commit 2d7e834

Browse files
author
Alex
committed
add data/ to .gitignore
1 parent 8817b3e commit 2d7e834

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ venv*
88
__pycache__
99
.ipynb_checkpoints
1010

11+
## Project
12+
data
1113

1214
# files
1315

16+
## Mac OS
1417
.DS_Store

Lesson 4.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,16 @@
207207
},
208208
{
209209
"cell_type": "code",
210-
"execution_count": 4,
210+
"execution_count": 1,
211+
"metadata": {},
212+
"outputs": [],
213+
"source": [
214+
"!mkdir -p data"
215+
]
216+
},
217+
{
218+
"cell_type": "code",
219+
"execution_count": 2,
211220
"metadata": {},
212221
"outputs": [],
213222
"source": [

data/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)