11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
|
# python temporary files
|
||
|
syntax: glob
|
||
|
*.pyc
|
||
|
|
||
|
# editor autosaves
|
||
|
$~
|
||
|
|
||
|
# temporary data
|
||
|
syntax: regexp
|
||
|
temp
|