# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

build/*
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info

.pytest_cache
*__pycache__

uv.lock
.venv/
