# Rust
/target

# cargo-fuzz: keep the targets + Cargo.toml, ignore the generated build/corpus/crashes.
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
/fuzz/coverage
/fuzz/Cargo.lock

# Python / maturin
/dist
*.so
*.pyd
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
