-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (51 loc) · 1.08 KB
/
Copy path.gitignore
File metadata and controls
61 lines (51 loc) · 1.08 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
# open-post-production repo — tooling + editorial; exclude bulk binaries and cold storage
derivative media/*
!derivative media/derivative_media_README.md
!derivative media/_index/
!derivative media/sample/
node_modules/
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
editor/.venv/
editor/__pycache__/
_cache/
**/_cache/
.cache/
.fuse_hidden*
.claude/
.git/
editor/premiere projects/
editor/premiere projects/Adobe Premiere Pro Auto-Save/
editor/_archive/*
!editor/_archive/README.md
indexes/*.sqlite
!indexes/editorial_catalog.sqlite
!indexes/clip_and_still_embeddings.sqlite
!indexes/transcript_rolling_embeddings.sqlite
!indexes/audio_events.sqlite
!indexes/audio_fingerprints.sqlite
indexes/*.sqlite-wal
indexes/*.sqlite-shm
indexes/*.faiss
indexes/*.faiss.meta.json
indexes/_cache/
dataset/_runs/
dataset/_scripts/extraction/verify_ssd_match_report.json
dataset/_audit/*
!dataset/_audit/README.md
dataset/_archive/*
!dataset/_archive/README.md
!dataset/_archive/history/
.env
.env.*
premiere mcp/node_modules/
premiere mcp/dist/
.DS_Store
Thumbs.db
desktop.ini
*.swp
*~