# Rust
/target
**/*.rs.bk

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
