.venv
.env

*__pycache__
*.pytest_cache
*tokenizers
.ruff_cache

*log*

*build
*dist
*egg-info


# exclude temporary artifacts (including generated SRSs and logs) from the prompt tuning process
# the final data and evaluation results used in the paper are in 'check/' and 'out/' directories
*archives


exp_*.*