# Julia package - do not track Manifest
Manifest.toml

# Build artifacts
*.so
*.dylib
*.dll
*.o
*.a
*.ll
*.py
*.idx
*.bc
*.log

# Test build outputs
test/*/build/
test/*/julia/
test/*/.replibuild_cache/

# Vendored C/C++ sources (downloaded by setup.jl scripts)
test/lua_test/src/
test/lua_test/include/
test/duktape_test/src/
test/duktape_test/include/
test/sqlite_test/src/
test/sqlite_test/include/

# Massive real-world test libraries
test/realworld_*/

# Temporary root test scripts
test_*.jl
test_*_wrapper*.jl

# Generated TOML configs (contain machine-specific absolute paths)
test/*/*.toml
!test/*/replibuild.toml

# RepliBuild cache
.replibuild_cache/

# MLIR build output
src/mlir/build/

# Documentation build
docs/build/

# Claude Code
.claude/
CLAUDE.md
CLAUDE
