__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store
.idea/
.vscode/

# Example datasets and run outputs
examples/**/data/
examples/**/results/
