# Build-Artefakte (uv build) — werden in CI frisch gebaut, nie committet.
dist/
build/
*.egg-info/

# Lockfile: Library-Konvention (ADR-0015) — NICHT committen, damit Konsumenten
# ihre eigene Auflösung bekommen. Nur Apps locken.
uv.lock

# venv / Caches
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
