# Rust build artifacts
target/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.so
*.pyd

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Maturin
*.whl
