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

# Compiled native extensions
*.pyd
*.pdb
*.so
*.dylib

# Rust target
target/

# Virtual environments
.venv/
