pub const LOG_IGNORE_RULE: &str = "*log";Expand description
The gitignore rule that hides the tool-call log directory. Placed in
.ct/.gitignore, the pattern *log matches the tclog directory (and any
other …log entry under .ct), keeping the logs out of version control
while the .gitignore itself stays tracked.