# Generated build artifacts (reproducible, never hand-edited)
generated/
build/
.spine/

# Runtime artifacts
outputs/

# NOTE: baselines/ is intentionally NOT ignored — a baseline snapshot is
# committed configuration control (the reviewable state behind its git tag).

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
.pytest_cache/
.coverage

# macOS
.DS_Store
