# Ignore native code
/CMakeLists.txt
/CMakePresets.json
/src/

# Ignore build tools
/scripts/
/tool/
/dev/
/ffigen.yaml

# Ignore test resources
/test/

# Repeated from .gitignore *sigh*
/binary/
/build-native/
/mongodb-realm/
*.realm.*
