# Python build artifacts
*.pyc
__pycache__/
*.egg-info/
.pytest_cache/
# Compiled extension modules (one per platform)
*.so
*.dylib
*.dll
*.pyd

# maturin / pip
target/wheels/
build/
dist/

# Local development venv
.venv/

# Machine-local capture files scanned by tests/test_local_fixtures_transmux.py
tests/local_fixtures/
