mtkclient/.gitignore

15 lines
207 B
Text
Raw Normal View History

2021-08-01 16:25:44 -04:00
__pycache__
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
# Pyinstaller stuff
build
dist