.DS_Store

# Rust
target/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/

# Virtual envs
.venv/
venv/

# Build artifacts
dist/
wheels/
