# The standard library's Quick Load Format artifacts, on the same terms as the
# engine's: generated lazily, by the boot for the three halves it loads and by
# the first import that loads any other (engine/metta/interop.pl,
# metta_load_source/2), tied to the SWI that wrote them, purged with the
# engine's set, never shipped.
*.qlf

# Private native adapters are built for the current host and SWI ABI.
.native/

# Python bytecode, written wherever this component's modules are imported from.
# These rules lived in the repository root's .gitignore and covered every
# component through one file; each component is its own repository now, so the
# rule travels with the thing it describes, which is what that file already says
# for every other build product.
*.py[cod]
__pycache__/
