# Python
__pycache__/
*.py[oc]
*.so
*.pyd
build/
dist/
wheels/
*.egg-info
.venv

# Rust
target/
Cargo.lock

# Documentation build
site/

# Samples (generated)
samples/
