# Build artifacts — never tracked; PyPI is the archive of published builds.
dist/
dist_pypi/
*.egg-info/
build/

# Tool caches
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Local environments
.venv/
venv/
