(root)

The root directory contains project-level configuration files and metadata that govern packaging, dependencies, and development workflows.

Purpose

These files define how the project is built, installed, and configured. They are the entry point for any developer setting up the project for the first time.

Typical Contents

The root directory acts as the glue that ties together the src/, tests/, benchmarks/, and cli/ directories into a cohesive, installable Python package.