# macOS
.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]

# Test and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtual environments
.venv/

# Coverage artifacts
.coverage
.coverage.*
htmlcov/

# Build and packaging artifacts
build/
dist/
*.egg-info/

# Notebook artifacts
.ipynb_checkpoints/

# Example-generated outputs
examples/output/
examples/*/output/

reference/
