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

# python
__pycache__/
*.pyc

# engine binary installed into the package by the build
src/gk_server/bin/

# macOS
.DS_Store
