# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv-*

# uv lock — this is a library, downstreams pin themselves
uv.lock

# Rust build outputs
target/

# maturin develop drops compiled extensions next to the Python sources
*.so

# Generated trace artifacts
examples/*.json
examples/*.pb
