# Build-time staged assets (flattened JS tree + current-platform .node).
# Produced by scripts/stage_vendor.py; never committed.
/src/contextractor/_vendor/cli/

# Python build/test artifacts
/dist/
/build/
*.egg-info/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local virtualenvs + uv lockfile (this is a published library; the lock is a
# dev-only convenience, kept out of the tree per the repo's lockfiles-gitignored policy)
/.venv/
/venv/
uv.lock
