# Build artifacts
/dist/
/build/
*.egg-info/
__pycache__/
*.pyc

# Virtualenvs
/.venv/
/venv/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Test artifacts
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Codegen scratch
/musubi-generated/
uv.lock
