# This file exists to be the one that ships.
#
# hatchling copies the NEAREST .gitignore into the sdist unconditionally: past
# `include`, past `exclude`. With no file here it takes the parent directory's
# instead, and the parent directory is a different project whose ignore rules
# are nobody's business but its own. Releases 0.1.0 and 0.2.0 went out that
# way. This file is what makes the shipped one correct and uninteresting.
#
# Whatever you add here, remember it is published.
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
