/target
/__pycache__/
*.pyc
.venv/
.eggs/
/dist/

# Pytest
.pytest_cache/

# Maturin
*.so

# Lock files
Cargo.lock
uv.lock

