Skip to content

Commit

Permalink
Docs : IDE 및 주피터노트북 체크포인트 포함 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seulwithlove authored Feb 13, 2024
1 parent 315f319 commit 6aeb964
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
._.DS_Store # Ignore ._DS_Store files (used for network shares)
**/.DS_Store # Ignore .DS_Store files in all directories
**/._.DS_Store # Ignore ._DS_Store files in all directories

# JetBrains IDE project files 무시
.idea/

# Jupyter Notebook checkpoints 무시
.ipynb_checkpoints/

0 comments on commit 6aeb964

Please sign in to comment.