# macOS
.DS_Store

# Editor
.vscode/
.idea/

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Quarto (when example projects accumulate)
_output/
_freeze/
.quarto/
*_files/
