# Rust
/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/
wheels/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# maturin
*.so
*.pyd
*.dylib

# MkDocs build output (the docs/*.md sources ARE tracked; only the built site is not)
/site

# OS / editor
.DS_Store
.idea/
.vscode/
