27 lines
254 B
Text
27 lines
254 B
Text
# Compiled binaries
|
|
*.ex5
|
|
*.ex4
|
|
*.dll
|
|
|
|
# Tester artifacts
|
|
Profiles/Tester/*.ini
|
|
Profiles/Tester/*.set
|
|
*.tst
|
|
|
|
# Logs & temp
|
|
logs/
|
|
Temp/
|
|
*.log
|
|
*.csv
|
|
|
|
# Python / ML workspace
|
|
__pycache__/
|
|
*.pyc
|
|
*.npz
|
|
*.npy
|
|
models/*.h5
|
|
models/*.pkl
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|