# hatchling always force-includes the nearest .gitignore in the sdist (it walks up to the
# repo root otherwise and packages an unrelated file); this one keeps that file scoped to
# what this package actually produces locally.
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
