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

# Python build/test artifacts
.venv/
dist/
__pycache__/
*.py[cod]
.pytest_cache/

# Editors
.idea/
