-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (32 loc) · 755 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (32 loc) · 755 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
node_modules/
dist/
output/
.env
*.tsbuildinfo
.next/
web/.next/
# OS junk
.DS_Store
# Heavy generated / sample media (not part of the repo)
remotion/out/
remotion/whisper.cpp/
sample-videos/
# Local working drafts kept out of the public repo
# (every root-level markdown except README.md, plus docx/html scratch files)
/*.md
!/README.md
/*.docx
/*.html
/skills-lock.json
# Local agent/session state
.claude/
.agents/
.superpowers/
# Generated Remotion inputs (scenes/captions/audio are produced by the pipeline)
remotion/public/
# Campaign briefs are private by default; only the example brief ships
/briefs/*
!/briefs/twins-tiktok.yaml
# One-off local experiment scripts; only the maintained pipeline ships
/scripts/*
!/scripts/generate-pixar.ts