/target
**/*.rs.bk
*.pdb

# Python packaging build outputs (maturin wheels + caches). pyproject.toml IS
# committed; these build artifacts are not.
/dist
__pycache__/
*.egg-info/

# npm packaging build outputs (per-platform packages + stamped launcher assembled
# by scripts/npm-build.mjs). npm/oneharness/ IS committed; these are not.
/npm/dist
node_modules/

# Local secrets synced from Bitwarden (gh-secrets.json -> env_file destination)
# and the manifest sync-state log. The manifest itself IS committed; these aren't.
.env
.env.local
.gh-secrets-state.json
