32 lines
399 B
Plaintext
32 lines
399 B
Plaintext
# Build artifacts
|
|
/target/
|
|
|
|
# Local research/extraction scratch
|
|
/.work/
|
|
|
|
# Checked-in demo script outputs
|
|
/examples/demo-render.png
|
|
|
|
# Proprietary/local reference payloads. Keep these locally only.
|
|
/reference/
|
|
|
|
# Common archive / disk image formats that must not be checked in
|
|
*.iso
|
|
*.ISO
|
|
*.7z
|
|
*.zip
|
|
*.rar
|
|
*.tar
|
|
*.tar.gz
|
|
*.tgz
|
|
*.img
|
|
*.dmg
|
|
*.exe
|
|
*.EXE
|
|
|
|
# OS/editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|