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
|
|
|
|
|
2022-01-03 05:27:13 -05:00
|
|
|
# Pyinstaller stuff
|
|
|
|
build
|
|
|
|
dist
|