__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.venv/
venv/
.coverage
.DS_Store

# This project pins dependencies with pip and a .venv; nothing here reads
# uv.lock. It shows up anyway if uv has ever been run in this tree, so it is
# ignored rather than left as noise in every `git status`.
uv.lock
