# Python Client Example
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
.env

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.tox/

# Distribution
build/
dist/
*.egg-info/
.eggs/
*.egg

# OS
.DS_Store
