mtkclient/.gitignore

17 lines
222 B
Text
Raw Permalink Normal View History

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