__pycache__/
*.py[cod]
*$py.class
.coverage

# C extensions
*.so
*.a
.cproject
.project

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Sphinx documentation
doctrees

# Jupyter Notebook
.ipynb_checkpoints

# PyCharm
**/.idea

# Eclipse
.settings

# macOS
.DS_Store
