/.coverage
/.mypy_cache/
/.pytest_cache/
/.ruff_cache/
/.venv/
/build/
/dist/
/htmlcov/
/src/*.egg-info/
__pycache__/
*.py[cod]

# The parent monorepo ignores generic tests/ and scripts/ paths. Keep this
# standalone distribution's quality-gate sources visible to Git.
!/tests/
!/tests/**
!/scripts/
!/scripts/**
/tests/**/__pycache__/
/scripts/**/__pycache__/
/tests/**/*.py[cod]
/scripts/**/*.py[cod]
