# Build artifacts (also covered by repo-root .gitignore but kept here for clarity)
dist/
build/
*.egg-info/

# Local virtualenv used during development
.venv/

# Caches
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Reporter output produced by the package's own pytest runs
test-results/

# Local cloud queue
.testrelic/queue/
.testrelic/cache/
