28 lines
498 B
Plaintext
28 lines
498 B
Plaintext
# Legacy local QEMU state is no longer used, but may contain large user-owned images.
|
|
.qemu/
|
|
|
|
# Reproducible DOSBox-X/Open Watcom development cache and ephemeral runs
|
|
.dosboxx/
|
|
|
|
# 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/
|