Running the pi agent with cwd at the repo root creates an untracked .pi/ directory (session data) in the project root. Observed during the Hardening phase's Pi-reviewer lanes. Add .pi/ to .gitignore so it can never be accidentally committed.
Refs: Themis review lanes (PRs #89/#90/#92/#93/#95).
Running the
piagent with cwd at the repo root creates an untracked.pi/directory (session data) in the project root. Observed during the Hardening phase's Pi-reviewer lanes. Add.pi/to .gitignore so it can never be accidentally committed.Refs: Themis review lanes (PRs #89/#90/#92/#93/#95).