# Rust
debug
target
**/*.rs.bk
*.pdb
**/mutants.out*/

# Python
__pycache__/
*.py[cod]
*.so
.venv/
*.egg-info/
dist/
build/
*.whl

# maturin
target/wheels/

# Environment
.env
