# compiled python files
*.pyc

# OS-specific files
*.DS_Store

# json results
*.json

# setuptools distribution folder
/dist/
/build/

# pyinstaller files
*.spec

# PyCharm settings
/.idea/

# release files
/releases/

# Python egg metadata, regenerated from source files by setuptools
/*.egg-info

# image files
*.psd

# doctrees files
/docs/build/doctrees/