88
|
1 syntax: glob
|
|
2 __pycache__
|
|
3 *.pyc
|
|
4 build/
|
|
5 dist/
|
|
6 MANIFEST
|
|
7 .idea/
|
|
8 .ipynb_checkpoints/
|
|
9 *.egg-info/
|
|
10 venv/
|
89
|
11 .git
|
|
12 .gitignore
|
|
13
|
|
14
|
|
15 # General
|
|
16 .DS_Store
|
|
17 .AppleDouble
|
|
18 .LSOverride
|
|
19
|
|
20 # Icon must end with two \r
|
|
21 Icon
|
|
22
|
|
23
|
|
24 # Thumbnails
|
|
25 ._*
|
|
26
|
|
27 # Files that might appear in the root of a volume
|
|
28 .DocumentRevisions-V100
|
|
29 .fseventsd
|
|
30 .Spotlight-V100
|
|
31 .TemporaryItems
|
|
32 .Trashes
|
|
33 .VolumeIcon.icns
|
|
34 .com.apple.timemachine.donotpresent
|
|
35
|
|
36 # Directories potentially created on remote AFP share
|
|
37 .AppleDB
|
|
38 .AppleDesktop
|
|
39 Network Trash Folder
|
|
40 Temporary Items
|
|
41 .apdisk |