# Compiled Lua sources
luac.out

# Lua rocks
*.src.rock
*.zip
*.tar.gz

# Object files
*.o
*.os
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp

# Shared objects
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Build artifacts
**/.xmake
**/build
**/target
.mcpp/
compile_commands.json

# IDE / OS
.vscode
.DS_Store
**/__pycache__
tests/fixtures/xim-pkgindex

# Runtime
**/.xlings
tests/e2e/project_home
tests/e2e/global_home
tests/e2e/runtime
tests/e2e/project_workspace
tests/e2e/scenarios/**/.xlings
bin/xmake
bin/mdbook*

# local dev sandbox
.xlings-home-dev/
.xlings-sandbox/
/.xlings/
.cache/
