# macOS
.DS_Store

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

# Results are experiment outputs, not part of the package
results/

# Downloaded tutorial datasets (multi-GB, fetched on demand)
data/
