__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
