# A package-local ignore file, which exists for one reason: hatchling's sdist
# builder walks UP for a .gitignore and force-includes the first it finds. With
# only the repository's root file to find, `python -m build` packed that file
# into the sdist and `twine upload` would have published the repo's internal
# infrastructure notes to PyPI. This one is found first and says nothing.
dist/
build/
*.egg-info/
__pycache__/
*.pyc
