Skip to content

Commit 900c226

Browse files
committed
Create .gitignore
1 parent a9d926a commit 900c226

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# OS / 시스템 파일
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Python / Jupyter 관련
6+
__pycache__/
7+
*.py[cod]
8+
*.ipynb_checkpoints

0 commit comments

Comments
 (0)