# Rust
/target/

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

# IDE
.idea/
.vscode/
tmp-py-multicodec/
