# build artifacts
dist/
build/
*.egg-info/

# python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/

# pdrift run artifacts (baselines ARE committed; these are per-run)
.pdrift/*/latest.json
.pdrift/*/embeddings.npy
