# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/

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

# Dev Container
.devcontainer/.local/

# venv
.venv/

relibmss/relibmss.cpython*
