# 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/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local technical reference only (plans/designs/benchmark records). Actionable
# state, scratch lifecycle, agents, and releases are owned by petekSuite.
/dev-docs/

# OS noise
.DS_Store

# Python build artifacts
/dist/
*.whl

# MkDocs build output
/site/
