# Byte-compiled / optimized / DLL files
*.py[cod]
*$py.class
__pycache__

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

# jupyter notebook
.ipynb_checkpoints

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
.cache
.pytest_cache
.tox/

# Sphinx documentation
docs/_build

