# https://docs.raku.org/language/faq#What_is_precompilation? —
# “When you load a module for the first time, Rakudo compiles it into bytecode.
# Then, Rakudo both stores the compiled bytecode on disk and uses it,
# because that tends to be significantly faster.”

*.precomp

# VSCode local workspace configuration
*.code-workspace
