# pak files (for testing)
*.pak
!tests/data/*.pak
filenames.json
*.bak
*.contents

# Ignore the default extract directory.
EXTRACTED/

# Ignore any dll's etc so that they are not included in source.
*.dll
*.dylib
*.so
*.exe

# Generated python build files.
*.egg-info
build/*
*.spec

__pycache__/
