19 lines
169 B
Plaintext
19 lines
169 B
Plaintext
|
# syntax: glob
|
||
|
bin
|
||
|
build
|
||
|
dist
|
||
|
include
|
||
|
lib
|
||
|
__pycache__
|
||
|
distribute.egg-info
|
||
|
setuptools.egg-info
|
||
|
.coverage
|
||
|
.tox
|
||
|
*.egg
|
||
|
*.py[cod]
|
||
|
*.swp
|
||
|
*~
|
||
|
.hg*
|
||
|
.vscode/*
|
||
|
sipvicious.egg-info
|