# Python runtime artifacts
__pycache__/
*.py[cod]

# Packaging (python -m build)
build/
dist/
*.egg-info/

# Test and lint caches; local virtualenvs
.pytest_cache/
.ruff_cache/
.venv/

# Local write-testing facility: never commit library databases (the
# canonical write facility lives at ~/docs/testing_facility/)
testing_facility/
