# pyenv version file
.python-version

# uv
uv.lock

# test and build artifacts
.coverage
.pytest_cache/
__pycache__/
*.pyc
*.egg-info/
.venv/
