-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (40 loc) · 803 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (40 loc) · 803 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
40
41
42
43
.env
.env.*
!.env.example
__pycache__/
*.pyc
.venv/
venv/
config/youtube_oauth/
workspace/
logs/
data/
data/topic_history.json
config/channels/senior_health.json
config/channels/finanzas_mx.json
config/channels/memoria_vintage_mx.json
config/channels/assets/senior_health_logo.png
config/channels/assets/senior_health_watermark.png
assets/channels/senior_health/
*.mp4
*.mp3
*.raw
.claude/
.codex/
.vscode/
.pytest_cache/
.fixtures/
# Local generated caches
.cache/
.remotion/
# Remotion / Node.js
rendering/remotion/node_modules/
rendering/remotion/dist/
rendering/remotion/out/
rendering/remotion/.remotion/
rendering/remotion/public/_sections/
rendering/remotion/public/_preview/
rendering/remotion/public/preview_manifest.json
# Local Codex scratch output
.codex-preview-test.log
.cleanup_stash/