__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.DS_Store

# Rust build artifacts (the distil-core crate)
target/
rust/**/target/
*.so
*.dylib
*.pyd
*.rlib

# Named competitor comparison — kept local-only (public docs stay neutral)
benchmarks/named-comparison.local.md
benchmarks/*_adapter.py
benchmarks/README.md

# Local secrets — never commit
.env
.env.*
