-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (47 loc) · 862 Bytes
/
.gitignore
File metadata and controls
53 lines (47 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Local tooling
.claude/
.gradio/
.DS_Store
# Virtualenvs
.venv/
venv/
env/
# Model weights and trainer state
*.bin
*.ckpt
*.pt
*.pth
*.safetensors
*.onnx
checkpoint-*/
# Caches and logs
*.log
*.out
outputs/cache/
outputs/logs/
outputs/adapters/
granite_speech/finetuning/outputs/adapters/
granite_speech/finetuning/outputs/logs/
granite_speech/finetuning/tmp/
asr_bench/cache/
asr_bench/logs/
asr_bench/test_*.pkl
Qwen3-ASR/finetuning/tmp/
Qwen3-ASR/finetuning/data/
!Qwen3-ASR/finetuning/data/
Qwen3-ASR/finetuning/data/*
!Qwen3-ASR/finetuning/data/*/manifest.json
Qwen3-ASR/finetuning/outputs/adapters/
Qwen3-ASR/finetuning/outputs/logs/
# Large local data that can be regenerated
outputs/audio/
outputs/raw/
# Embedded repository metadata from vendored code
Qwen3-ASR/.git/