24 lines
225 B
Plaintext
24 lines
225 B
Plaintext
# Binary artifacts (too large for git)
|
|
*.bin
|
|
*.enc
|
|
*.so
|
|
*.gpr
|
|
*.rep/
|
|
|
|
# Memory dumps
|
|
memory_dumps/
|
|
extracted_models/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.ruff_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Misc
|
|
.temp/
|
|
.sisyphus/
|