mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
12 lines
176 B
Text
12 lines
176 B
Text
|
__pycache__
|
||
|
# Compiled python modules.
|
||
|
*.pyc
|
||
|
|
||
|
# Setuptools distribution folder.
|
||
|
/dist/
|
||
|
|
||
|
# Python egg metadata, regenerated from source files by setuptools.
|
||
|
/*.egg-info
|
||
|
/*.egg
|
||
|
|