Skip to content

Commit

Permalink
Remove OS specific. Add jupyter notebooks related.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlan committed Oct 13, 2024
1 parent 7add2b9 commit c60e2f0
Showing 1 changed file with 13 additions and 32 deletions.
45 changes: 13 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,18 @@
# Created by https://www.toptal.com/developers/gitignore/api/macos
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

# Icon must end with two \r
Icon
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

# Thumbnails
._*
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud

# End of https://www.toptal.com/developers/gitignore/api/macos
# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks

0 comments on commit c60e2f0

Please sign in to comment.