-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (78 loc) · 4.32 KB
/
Copy path.gitignore
File metadata and controls
86 lines (78 loc) · 4.32 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# ──────────────────────────────────────────────────────────────────
# Dev workspace (all personal/scratch files go here — single ignore)
# ──────────────────────────────────────────────────────────────────
.dev/
.graphifyignore
# ──────────────────────────────────────────────────────────────────
# Claude Code config (must stay at root for Claude Code to read)
# ──────────────────────────────────────────────────────────────────
CLAUDE.md
docs/CLAUDE.md
.claude/
.superpowers/
docs/superpowers/
# ──────────────────────────────────────────────────────────────────
# Build artefacts
# (.deb / .rpm / .tar.gz / .plasmoid land in .dev/dist/ — see above)
# ──────────────────────────────────────────────────────────────────
/target
__pycache__/
pkg/dictee/usr/bin/transcribe
pkg/dictee/usr/bin/transcribe-daemon
pkg/dictee/usr/bin/transcribe-client
pkg/dictee/usr/bin/transcribe-diarize
pkg/dictee/usr/bin/transcribe-stream-diarize
pkg/dictee/usr/bin/transcribe-diarize-batch
pkg/dictee/usr/bin/diarize-only
# CUDA build trees and per-distro packages produced by build-deb.sh,
# build-rpm.sh, makepkg, and dpkg-deb extractions. Real release
# artefacts go to .dev/dist/.
pkg/dictee-cuda/
pkg/dictee-cuda-debug/
src/dictee-*/
src/dictee-*.tar.gz
/dictee-*.tar.gz
/dictee-*.pkg.tar.zst
# dpkg -x extractions land here when validating .deb contents
/etc/
/usr/
# ──────────────────────────────────────────────────────────────────
# Models & datasets (bundled at install time, not tracked)
# ──────────────────────────────────────────────────────────────────
tdt
tdt/
models/
onnxruntime-linux-x64-gpu-*/
onnxruntime-linux-x64-gpu-*.tgz
# LibriSpeech, librivox → .dev/datasets/ (covered by .dev/ above)
*.onnx
*.onnx_data
*.onnx.data
*.model
# ──────────────────────────────────────────────────────────────────
# Editor & OS
# ──────────────────────────────────────────────────────────────────
.idea/
.vscode/
.DS_Store
*.DS_Store
*.log
*.po~
.worktrees/
.superpowers/
__pycache__
# ──────────────────────────────────────────────────────────────────
# Test scratch (WER / benchmark scripts — not shipped)
# ──────────────────────────────────────────────────────────────────
test-wer*.py
tests/test-wer*.py
# Test fixtures (audio samples — recreate locally, not tracked in git)
tests/fixtures/*.wav
# ──────────────────────────────────────────────────────────────────
# Random scratch (Screenshots from Spectacle, etc.)
# ──────────────────────────────────────────────────────────────────
Screenshot*.png
messages.mo
firebase-debug.log
graphify-out/
"https:*"