Skip to content

Commit 077142f

Browse files
committed
feat(ml): add data pipeline, model notebook, and requirements
1 parent 46bffc8 commit 077142f

6 files changed

Lines changed: 3025 additions & 34 deletions

File tree

.gitignore

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1+
# Environment
12
.env
2-
node_modules
3-
dist
4-
.DS_Store
3+
4+
# Dataset (too large for git — re-download via data_pipeline.ipynb)
5+
ml/dataset/
6+
7+
# Python virtual environments
8+
ml/venv/
9+
.venv/
10+
11+
# Jupyter checkpoints
12+
.ipynb_checkpoints/
13+
14+
# Python cache
15+
__pycache__/
16+
*.pyc
17+
18+
# OS files
19+
.DS_Store
20+
21+
# Node
22+
node_modules/
23+
dist/

0 commit comments

Comments
 (0)