__pycache__/
*.py[cod]
*.egg-info/
.venv/
dist/
build/
.ruff_cache/
.mypy_cache/
.pytest_cache/
uv.lock

# --- packaging: makepkg build artifacts ---
packaging/*/pkg/
packaging/*/src/
*.pkg.tar.zst
*.pkg.tar.zst.sig

# --- ISO build output (multi-GB, regenerated per release) ---
iso/out/

# --- stray wheel builds ---
*.whl
