# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pypirc

# Virtual environments
venv/

# Testing
.coverage
htmlcov/
.tox/
.pytest_cache/
examples_advanced/

# OS specific
.DS_Store
Thumbs.db