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

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

# Rust
target/

# Virtual environments
.venv
