# build output
build/
build-test/
dist/
*.egg-info/
*.log

# python
__pycache__/
*.pyc

# engine artifacts installed into the package by the build
src/gguf_cpp/server/bin/
src/gguf_cpp/diffuser/bin/
src/gguf_cpp/editor/lib/

# macOS
.DS_Store
