Skip to content

Commit ac62d58

Browse files
authored
Merge pull request #126 from bact/dev
.gitignore to ignore Jupyter notebook checkpoints and macOS generated files
2 parents e551e0c + 0266421 commit ac62d58

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,14 @@ coverage.xml
5555

5656
# PyBuilder
5757
target/
58+
59+
# Jupyter Notebook
60+
.ipynb_checkpoints
61+
62+
# macOS generated files
63+
.DS_Store
64+
.DS_Store?
65+
._*
66+
.Spotlight-V100
67+
.Trashes
68+

0 commit comments

Comments
 (0)