# The publish lands here at BUILD time - run `python fetch_data.py` from the
# package directory. It is deliberately not committed: ~20 MB of parquet that
# is already immutable and sha256-pinned on a GitHub release.
#
# This file also exists to keep the directory itself in git, so a fresh clone
# has somewhere for fetch_data.py to write.
#
# The same two patterns are repeated in ../../../.gitignore, because hatchling
# reads only the ignore file at the project root and that copy is the one the
# build sees. See the [tool.hatch.build] artifacts note in pyproject.toml.
*.parquet
manifest.json
