__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.so
.env
.venv/
venv/

# Internal parity audit against the JS client. Kept local: it documents the
# local ddev test environment, including throwaway OAuth/basic-auth
# credentials that have no business in a public repo.
JS_VS_PYTHON_COMPARISON.md
