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

# uv
# uv.lock is committed; the environment is not.

# Julia
/julia/**/Manifest.toml
*.jl.cov
*.jl.*.cov
*.jl.mem

# Generated artifacts (examples write here)
/examples/outputs/

# MkDocs (local build; CI deploys via artifact)
site/

# Editor / OS
.DS_Store
.idea/
.vscode/
