.DS_Store
.ipynb_checkpoints/
__pycache__/

# Python build/test artifacts
.venv/
.mypy_cache/
.pytest_cache/
*.egg-info/

# Rust build artifacts
target/
Cargo.lock

# Binary extension artifacts
*.so
*.dylib
*.pyd
