# Ignore common OS-generated files.
Thumbs.db
.DS_Store

# Ignore generated build artifacts.
*.obj
*.exe
!simulators/VAX/vmb.exe
*.pdb
*.user
*.pch
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.o
*~
*#

# Ignore local editor state.
.vscode/
.vs/
**/*.code-workspace
**/.vscode/

# Ignore local build and install trees.
/build/
/vcpkg_installed/
CMakeUserPresets.json

# Temporary files during work
tmp/
