We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6573fe5 commit 81974a8Copy full SHA for 81974a8
.gitignore
@@ -0,0 +1,29 @@
1
+# General
2
+.DS_Store
3
+.AppleDouble
4
+.LSOverride
5
+
6
+# Icon must end with two \r
7
+Icon
8
9
+# Thumbnails
10
+._*
11
12
+# Files that might appear in the root of a volume
13
+.DocumentRevisions-V100
14
+.fseventsd
15
+.Spotlight-V100
16
+.TemporaryItems
17
+.Trashes
18
+.VolumeIcon.icns
19
+.com.apple.timemachine.donotpresent
20
21
+# Directories potentially created on remote AFP share
22
+.AppleDB
23
+.AppleDesktop
24
+Network Trash Folder
25
+Temporary Items
26
+.apdisk
27
28
+# Jupyter Checkpoints
29
+.ipynb_checkpoints
0 commit comments