# Rust
/target
Cargo.lock

# Python build artefacts
*.so
*.pyd
*.egg-info/
__pycache__/
.pytest_cache/
dist/
wheelhouse/
.venv/

# IDE / editor
.idea/
.vscode/
.DS_Store
