mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
16 lines
222 B
Text
16 lines
222 B
Text
__pycache__
|
|
# Compiled python modules.
|
|
*.pyc
|
|
.idea
|
|
DA_*.bin
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
/*.egg
|
|
|
|
# Pyinstaller stuff
|
|
build
|
|
dist
|