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

# Environments
.venv/
venv/

# uv
uv.lock

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

# Example outputs
examples/*.png
