__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
.DS_Store

# Datasets downloaded at run time. These reach 1.8 GB (CelebA alone is 1.3 GB)
# and must never enter git history. Override the location with $WAX_CACHE.
data/cache/
