# Rust
/target
Cargo.lock.orig

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.venv3*/
venv/
build/
dist/

# Packaging (wheels are built per platform by the CI matrix, not git)
*.so
*.dylib
*.dll
python/corvid/_native.*

# test scratch
tests/work/
.pytest_cache/
wheels/
