5198feec7c
* Add Tauri desktop shell * Update desktop setup after web UI merge * Declare desktop bundle icons
47 lines
800 B
Plaintext
47 lines
800 B
Plaintext
# ambienti python / cache
|
|
c/mio_env/
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.pyc
|
|
web/node_modules/
|
|
web/dist/
|
|
web/*.tsbuildinfo
|
|
desktop/src-tauri/target/
|
|
desktop/src-tauri/gen/
|
|
|
|
# binari compilati (si rigenerano con make / coli build)
|
|
c/glm
|
|
c/olmoe
|
|
c/iobench
|
|
c/tok_test
|
|
c/backend_cuda.o
|
|
c/backend_cuda_test
|
|
c/tests/test_json
|
|
c/tests/test_st
|
|
c/tests/test_tier
|
|
c/tests/test_grammar
|
|
|
|
# oracoli tiny generati (make_glm_oracle.py) e dati benchmark scaricati
|
|
c/glm_tiny/
|
|
c/glm_tiny_i2/
|
|
c/glm_tiny_i4/
|
|
c/glm_tiny_mix/
|
|
c/glm_bench_medium/
|
|
c/bench/
|
|
|
|
# pesi modello / artefatti di run
|
|
*.safetensors
|
|
stats*.txt
|
|
*.log
|
|
|
|
# script di ricerca stadio-0 (esperimenti locali, non parte del motore)
|
|
/engine.py
|
|
/run.py
|
|
/validate_ref.py
|
|
/s0_costmodel.py
|
|
/s1_trace_hitrate.py
|
|
/s2_research.py
|
|
/quant_test.py
|
|
/profile_run.py
|
|
/sweep.py
|