# Julia
*.jl.*.cov
*.jl.cov
*.jl.mem
/Manifest.toml
/deps/deps.jl

# Build artifacts
/build/
*.so
*.dylib
*.dll
*.o
*.a
*.bc
*.ll

# RepliBuild-specific
.replibuild/
.replibuild_cache/

# User-local RepliBuild data (should not be committed)
# Note: User modules in ~/.julia/replibuild/ are not in repo

# Cache and temporary files
*.log
*.tmp
/logs/
/cache/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude

# Test outputs
/test/build/
/test/.replibuild/
/test/julia/
/test/ir/

# Documentation builds
/docs/build/
/docs/site/

# Backup files
*.bak
*.orig

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

# Python (if using any Python tools)
__pycache__/
*.pyc
*.pyo

# Temporary test projects
/test_projects/
/examples/*/build/
/examples/*/.replibuild/
/*.code-workspace

# Git conflict markers
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
