diff --git a/.gitignore b/.gitignore index d15db5d..c7d6bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ __pycache__/ *.pyc logs/*.jsonl adolf_tuning_data/voice_audio/ -benchmark.json -results_latest.json +benchmarks/benchmark.json +benchmarks/results_latest.json +benchmarks/voice_results*.json +benchmarks/voice_audio/ diff --git a/run_benchmark.py b/benchmarks/run_benchmark.py similarity index 100% rename from run_benchmark.py rename to benchmarks/run_benchmark.py diff --git a/run_voice_benchmark.py b/benchmarks/run_voice_benchmark.py similarity index 100% rename from run_voice_benchmark.py rename to benchmarks/run_voice_benchmark.py