# Rust
/target
Cargo.lock.bak

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

# Virtual environments
.venv/
venv/
env/

# maturin
wheels/

# Editors / OS
.idea/
.vscode/
.DS_Store
