# Rust build artifacts
/target/

# Python
__pycache__/
.pytest_cache/
*.py[cod]
*.pyd
*.so
*.dylib
*.dll
dist/
build/
*.egg-info/
.eggs/
.venv/
venv/
.env

# maturin / wheel outputs
*.whl

# uv
.uv/
uv.lock

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
