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

# python
__pycache__/
*.pyc

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

# macOS
.DS_Store
