-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (31 loc) · 1.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Jupyter Notebook checkpoints file
.ipynb_checkpoints
# MNIST and EMNIST data
*.h5
training_data/
# macOS specific files
.DS_Store # Stores custom attributes of a folder such as icon position
.AppleDouble # Resource fork files
.LSOverride # Finder information
# Thumbnails
._* # Thumbnail of files (e.g., `._filename`)
# macOS aliases
.Spotlight-V100/ # Metadata used by Spotlight, macOS's search feature
.Trashes/ # Files in the Trash
.VolumeIcon.icns # Custom volume icons
.DS_Store
.AppleDouble
.LSOverride
# Backup files
Icon? # Icon files within folders
._.DS_Store # Backup of .DS_Store
# Temporary files
*.swp # Swap files (e.g., for Vim)
*.lock # Lock files (used by some applications)
*.tmp # Temporary files
# Logs and crash reports
*.log # Log files
*.crash # Crash reports
# macOS system files
Desktop.ini # Windows desktop file, but sometimes macOS touches this
Thumbs.db # Windows thumbnail cache, but macOS might create this too