Skip to content

Commit be7547e

Browse files
committed
Update .gitignore to exclude Python cache files
1 parent 78c831e commit be7547e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@
66
.ipynb_checkpoints/Movies Machine Learning - StratifiedSample-checkpoint.ipynb
77
.ipynb_checkpoints/Movies Machine Learning - StratifiedSample-checkpoint.ipynb
88
.ipynb_checkpoints/Movies Machine Learning - StratifiedSample-checkpoint.ipynb
9+
10+
# Python cache
11+
__pycache__/
12+
*.pyc
13+
*.pyo
14+
*.pyd
15+
.Python
Binary file not shown.

0 commit comments

Comments
 (0)