__pycache__/
*.py[cod]
*.so
.venv/
dist/
build/
*.egg-info/
.ruff_cache/
.pytest_cache/
.hypothesis/
tmp/

# Rust (extra-functions-ffi)
target/

# IDEs
.vscode/
.idea/

# IPython / Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py
*.ipynb

# Claude Code
.claude/

# Local-only docs (kept out of git and any publishing)
docs/
