# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*.so
.Python
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local runtime state (never ship these)
credentials.json
sync_buf.txt
examples/credentials.json
examples/sync_buf.txt
