Skip to content

Commit

Permalink
Update .gitignore with mac files
Browse files Browse the repository at this point in the history
  • Loading branch information
mszell committed Apr 18, 2024
1 parent 38a43fb commit 0fab961
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Ignore IDE
.idea/*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -35,4 +41,4 @@ jupyter_execute/*
# graphs
*.graphml
# plots
*.pdf
*.pdf

0 comments on commit 0fab961

Please sign in to comment.