Current Behavior
we again have left over files from smoke-tests. (e.g. see #20529)
The project root directory is becoming cluttered with temporary log files and data exports generated during local smoke test execution. These files are occasionally being tracked or included in commits unintentionally.
Desired Behavior
A pre-commit hook should be implemented to automatically detect and/or remove these specific smoke test artifacts. If specific files are present, the hook should either:
Clean them automatically before allowing the commit.
Abort the commit and warn the user to run a cleanup script.
@copilot: can we setup some git pre commit hook to avoid this in future ?
e.g. temporary files should not be checked into the VCS project root directory