forked from chiki2bum2/SniperGold_ML
30 lines
No EOL
367 B
Text
30 lines
No EOL
367 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
|
|
|
|
# P3-S25.1 disposable scratch (debug scripts, preserved reference copies)
|
|
ml/p3/p3_s251_external_ingest/scratch/ |