# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Virtual envs / tooling
.venv/
.uv/
uv.lock

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Rendered output (examples may emit these locally)
*.svg
!docs/**/*.svg
!tests/fixtures/**/*.svg
