diff --git a/benchmark.sh b/tools/benchmark.sh similarity index 100% rename from benchmark.sh rename to tools/benchmark.sh diff --git a/build_mace_run.sh b/tools/build_mace_run.sh similarity index 100% rename from build_mace_run.sh rename to tools/build_mace_run.sh diff --git a/build_production_code.sh b/tools/build_production_code.sh similarity index 100% rename from build_production_code.sh rename to tools/build_production_code.sh diff --git a/build_run_throughput_test.sh b/tools/build_run_throughput_test.sh similarity index 100% rename from build_run_throughput_test.sh rename to tools/build_run_throughput_test.sh diff --git a/clear_env.sh b/tools/clear_env.sh similarity index 100% rename from clear_env.sh rename to tools/clear_env.sh diff --git a/download_and_link_lib.sh b/tools/download_and_link_lib.sh similarity index 100% rename from download_and_link_lib.sh rename to tools/download_and_link_lib.sh diff --git a/env.sh b/tools/env.sh similarity index 100% rename from env.sh rename to tools/env.sh diff --git a/example.yaml b/tools/example.yaml similarity index 100% rename from example.yaml rename to tools/example.yaml diff --git a/generate_data.py b/tools/generate_data.py similarity index 100% rename from generate_data.py rename to tools/generate_data.py diff --git a/generate_model_code.sh b/tools/generate_model_code.sh similarity index 100% rename from generate_model_code.sh rename to tools/generate_model_code.sh diff --git a/generate_production_code.sh b/tools/generate_production_code.sh similarity index 100% rename from generate_production_code.sh rename to tools/generate_production_code.sh diff --git a/mace_tools.py b/tools/mace_tools.py similarity index 100% rename from mace_tools.py rename to tools/mace_tools.py diff --git a/merge_libs.sh b/tools/merge_libs.sh similarity index 100% rename from merge_libs.sh rename to tools/merge_libs.sh diff --git a/tuning_run.sh b/tools/tuning_run.sh similarity index 100% rename from tuning_run.sh rename to tools/tuning_run.sh diff --git a/validate.py b/tools/validate.py similarity index 100% rename from validate.py rename to tools/validate.py diff --git a/validate_tools.sh b/tools/validate_tools.sh similarity index 100% rename from validate_tools.sh rename to tools/validate_tools.sh