22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
# Golden-pair snapshots ARE tracked as validated reference data for the diff engine.
|
|
|
|
# Binaries / Ghidra projects never belong in git
|
|
*.dll
|
|
*.exe
|
|
*.iso
|
|
*.zip
|
|
*.gpr
|
|
*.rep/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Local SQLite catalog DB
|
|
*.db
|