# Compiled python modules. *.pyc # Setuptools distribution folder. /dist/ # Python egg metadata, regenerated from source files by setuptools. /*.egg-info # Build folder. /build/ # PyCharm idea folder. /.idea/ # PyTest folder /.pytest_cache/ # Dev .eggs folder /.eggs/ # Pycache folders *__pycache__/