17 lines
239 B
Plaintext
17 lines
239 B
Plaintext
|
# Use shell-style glob syntax
|
||
|
syntax: glob
|
||
|
|
||
|
# Compiled Python files
|
||
|
*.pyc
|
||
|
|
||
|
# Folder view configuration files
|
||
|
.DS_Store
|
||
|
Desktop.ini
|
||
|
|
||
|
# Thumbnail cache files
|
||
|
._*
|
||
|
Thumbs.db
|
||
|
|
||
|
# Files that might appear on external disks
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|