-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (67 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
83 lines (67 loc) · 1.35 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
# Build artifacts
ttcut-ng
ttcut
*.o
*.tmp
*~
# CMake build directories
build/
build-deb/
build-asan/
# macOS app bundle
ttcut-ng.app/
# IDE files
.qtc_clangd/
.qtcreator/
nbproject/private/
compile_commands.json
.cache/
# Compiled translations
trans/*.qm
# Log files
logfile.log
# Media files (input/output)
*.m2v
*.ac3
*.mp2
*.mpg
*.mpeg
*.vob
*.srt
# Core dumps
core.*
# Compiled tool binaries
tools/ttcut-ac3fix/ttcut-ac3fix
tools/ttcut-pts-analyze/ttcut-pts-analyze
tools/ttcut-audiofix/ttcut-audiofix
tools/diag/test_*
tools/diag/dump_mpeg2_fields
tools/diag/probe_copystart
tools/diag/bench_playback_mux
tools/diag/repro_playback_mkv
!tools/diag/*.cpp
!tools/diag/*.sh
# Python bytecode cache (e.g. tools/ttcut-quality-check.py)
__pycache__/
# Debian build artifacts
debian/debhelper-build-stamp
debian/files
debian/ttcut-ng/
debian/ttcut-ng.substvars
debian/.debhelper/
# Testing
testing/
# Generated test media (tools/ttcut-screenshots.sh)
tools/testdata/
# Generated test videos (tools/test-videos/make_test_video.sh)
tools/test-videos/cache/
# Git worktrees
.worktrees/
.superpowers/
# Tool-internal workspaces (Anthropic / Claude Code)
.claude/
# Working notes / implementation plans (kept locally, may contain
# personal paths and recording-specific filenames — privacy-sensitive)
docs/plans/
docs/superpowers/
tools/ttcut-burst-probe/ttcut-burst-probe