.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
target/
*.egg-info/
dist/
wheels/

# Maturin / PyO3 native modules (rebuild with `uv run maturin develop` — never commit)
*.so
*.pyd

# Local pdoc scratch output (never commit)
_pdoc_test*/
