# Rust
target/
Cargo.lock.bak

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/
wheels/
*.whl

# Maturin
.maturin/

# Virtual envs
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Sphinx / docs build artifacts
docs/_build/
docs/api/_autosummary/
docs/jupyter_execute/
.jupyter_cache/
