# Rust / Cargo
/target/
**/*.rs.bk
# Library crate — do not commit the lockfile; let downstreams pin.
Cargo.lock

# Python / PyO3 (py feature, maturin)
__pycache__/
*.so
*.pyd
.venv/
.venv-docs-nb/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local technical working material only: stable plans/designs and benchmark
# scripts/results. Actionable state and lifecycle cleanup are owned centrally by
# petekSuite; this repository has no local todo, inbox, skill, or release system.
/dev-docs/

# OS noise
.DS_Store

# Python build artifacts
/dist/
*.whl

# MkDocs build output
/site/
