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

# uv
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Notebooks
.ipynb_checkpoints/

# Docs (mkdocs build output)
site/

# Generated artifacts
*.png
!docs/**/*.png
examples/**/output/

# OS / editors
.DS_Store
.idea/
.vscode/
