# Package-local ignore file — deliberate, do not delete.
#
# hatchling's sdist builder force-includes the nearest VCS ignore file into every
# source archive (SdistBuilder.get_default_build_data), walking up from this
# directory to the .git boundary. Forced files bypass
# [tool.hatch.build.targets.sdist].include entirely, and there is no config
# switch for it. Without this file the archive would ship a byte-for-byte copy of
# the repository root ignore file — which names internal deployment paths.
#
# So this file exists to be the one that leaks: package-scoped build artefacts
# only, nothing about the wider repository. The root ignore file still applies to
# this directory for git purposes — patterns here are additive.
#
# tests/test_distribution_contents.py asserts the archive carries this file and
# not the root one.

dist/
*.egg-info/
.coverage
htmlcov/
