# QEMU runtime state, downloaded media, and generated captures
.qemu/*
!.qemu/*.ps1
!.qemu/*.mjs
!.qemu/*.txt
!.qemu/share/
!.qemu/share/*.c
.qemu/share/fec/

# Reproducible DOSBox-X/Open Watcom development cache and ephemeral runs
.dosboxx/

.qemu/*.qcow2
.qemu/*.img
.qemu/*.iso
.qemu/*.zip
.qemu/*.png
.qemu/*.ppm
.qemu/*.tmp

# Windows reserved-device artifact: `> nul` under Git Bash creates a real file.
# Committing it breaks checkout on Windows.
nul

# Local logs and editor/OS metadata
*.log
*.tmp
*.swp
*~
.DS_Store
Thumbs.db

# Python/uv environment and caches
.venv/
__pycache__/
*.py[cod]

# Node/tool caches
node_modules/
.npm/
.cache/

# Temporary DOS build sources
.qemu/share/dosag*.c
