# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# venv / conda
.venv/
venv/
env/

# build artifacts (scikit-build-core / CMake / wheels)
build/
dist/
wheelhouse/
_skbuild/
*.so
*.dylib
*.pyd

# C++
*.o
*.a

# docs
docs/_build/

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

# scratch
tmp/

# example-notebook data (fetched from HuggingFace, md5-cached; never committed)
examples/.data/

# marimo session/run cache
__marimo__/
