# macOS metadata
.DS_Store

# Julia build/test caches
.julia/
/Manifest.toml

# Generated example and demo output
/output/
/examples/output/
/docs/build/
/docs/Manifest.toml
/benchmarks/output/
/benchmarks/Manifest.toml

# Python wrapper development
__pycache__/
*.egg-info/
.pytest_cache/
/python/build/
/python/dist/

# Generated plot exports in repository root
/*.pdf
/*.png
/*.svg
