# Package-local ignores.
#
# ⛔ Keep this file boring, and do NOT delete it. Hatchling packages the VCS ignore
# file into the sdist unconditionally, and with none here it reaches up to the
# repository root and ships that one instead — which in a monorepo is a map of the
# private tree. This file is what it ships. (#514; see DEVELOPING.md → Releasing.)

# Build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
.pytest_cache/

# Local venvs
.venv/
