-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·97 lines (77 loc) · 1.79 KB
/
Copy path.gitignore
File metadata and controls
executable file
·97 lines (77 loc) · 1.79 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
87
88
89
90
91
92
93
94
95
96
97
# Runtime-generated content list
content/myshows
# Skatedog test content
content/skatedog/**
content/skatedog_drm_fixed/**
# generate_abr output files and encoding artifacts
generate_abr/**/*.mp4
generate_abr/**/*.log
generate_abr/**/__pycache__/
generate_abr/*_hevc/
generate_abr/*_hevc_*/
generate_abr/output/
generate_abr/*.csv
# Encoding output directories
*_h264/
*_hevc/
*_tmp/
resume_*/
# Build temporaries
.tmp-*/
buildcheck-*/
# hlstools
hlstools/
# Local TLS certs
certs/
# macOS system files
.DS_Store
**/.DS_Store
# Python virtual environments
venv/
.venv/
**/venv/
**/.venv/
# Python cache
__pycache__/
**/__pycache__/
*.pyc
*.pyo
# Backup files
*.bak
*~
# macOS Internet Location shortcuts
*.webloc
# IDE / editor
.vscode/
# Go build output
go-proxy/server
go-live/server
go-upload/server
analytics/go-forwarder/go-forwarder
# Test artifacts
tests/.hls_failure_probe_last_failed
tests/integration/test_run.log
# Characterization framework artifacts (per-run JSON/MD/HTML reports)
tests/characterization/artifacts/
tests/characterization/modes/artifacts/
# Xcode user state
apple/InfiniteStreamPlayer/InfiniteStreamPlayer.xcodeproj/project.xcworkspace/xcuserdata/
# Environment config (contains local paths/IPs)
.env
.playwright-mcp/
# Vue 3 dashboard build artifacts (gitignored — generated by Vite into
# content/dashboard/v3/ during make build).
content/dashboard/v3/
content/dashboard-v3/node_modules/
# Per-user Claude Code local state. `.claude/agents/`, `.claude/findings/`,
# `.claude/skills/`, `.claude/standards/` are tracked (shared knowledge);
# everything else under `.claude/` is per-machine / per-session and
# shouldn't be committed.
.claude/claude
.claude/chats/
.claude/memory/
.claude/plans/
.claude/scheduled_tasks.lock
.claude/screenshots/
.claude/settings.json
.claude/worktrees/