bin/
obj/
*.user
.vs/

# unrelated sibling MCP project
my-mcps/

# installed package dependencies
.ll-deps/

# local build artifacts (AOT/R2R outputs, dSYM, etc.)
artifacts/

# LLVM SDK runtime build artifact (built by runtime/Makefile)
sdks/Platform.LLVM.SDK/runtime/*.o

# generated output from `lllc build` next to .lll sources (all targets)
spec/examples/**/*.fs
spec/examples/**/*.cs
spec/examples/**/*.csproj
spec/examples/**/*.fsproj
spec/examples/**/*.ts
spec/examples/**/*.py
spec/examples/**/*.java
spec/examples/**/*.ll
spec/examples/**/package.json

# macOS / Python local artifacts
.DS_Store
__pycache__/

# npm package — native binary downloaded on demand; lib/* generated by CI
packages/npm/lllc/bin/native/
packages/npm/lllc/lib/compiler.ts
packages/npm/lllc/lib/compiler.cjs

# pip package — native binary downloaded on demand; compiler.py generated by CI
packages/pip/lllc/native/
packages/pip/lllc/compiler.py
packages/pip/dist/
packages/pip/*.egg-info/

# generated compiler sources (created by `lllc build --target ts/py`)
stdlib/src/Compiler.ts
stdlib/src/Compiler.py

# Generated F#/TS/PY build artifacts (CI generates these from .lll sources)
lllcself/src/*.fs
lllcself/src/*.fsproj
stdlib/src/Compiler.fs
stdlib/src/Compiler.fsproj
stdlib/src/Compiler.ts
stdlib/src/Result.fs
