-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (53 loc) · 775 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (53 loc) · 775 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.streamlit/secrets.toml
# Local secrets
.env
.env.*
!.env.example
# Runtime data and generated media
output/
images/
ima/
banana_output/
*.mp4
*.mov
*.avi
*.mkv
*.mp3
*.wav
*.jpg
*.jpeg
*.png
*.webp
!docs/assets/
!docs/assets/*.jpg
!docs/assets/*.jpeg
!docs/assets/*.png
!docs/assets/*.webp
video.json
video1.json
test_audio_single_object.json
# Remotion / Node
re/my-video/node_modules/
re/my-video/.cache/
re/my-video/.remotion/
re/my-video/out/
re/my-video/build/
re/my-video/dist/
re/my-video/public/*.mp4
re/my-video/public/*.mp3
re/my-video/public/*.jpg
re/my-video/public/*.jpeg
re/my-video/public/*.png
re/my-video/public/*.webp
# IDE and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db