### macOS ###
.DS_Store
.AppleDouble
.LSOverride
._*

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

### Rust ###
target/

### uv ###
.venv

### pytest ###
.cache
