Added outputs/* to .gitignore to prevent Git from tracking evaluation results.
Changed the default output directory in run.py to ./outputs to ensure all results are stored in a dedicated location.
This change helps maintain a cleaner repository by avoiding unnecessary tracking of generated files during evaluations, reducing clutter in the Git history.
outputs/*
to.gitignore
to prevent Git from tracking evaluation results.run.py
to./outputs
to ensure all results are stored in a dedicated location.This change helps maintain a cleaner repository by avoiding unnecessary tracking of generated files during evaluations, reducing clutter in the Git history.