-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (73 loc) · 1.22 KB
/
Copy path.gitignore
File metadata and controls
88 lines (73 loc) · 1.22 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
# Dependencies
node_modules/
.cursor/
# Python
venv/
__pycache__/
*.pyc
# Build output
dist/
.motia/
# Environment
.env
.env.local
# Generated files
public/videos/*
public/videos/.gitkeep
media/
static/videos/
static/gifs/
# Logs
*.log
dump.rdb
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Temp files
tmp/
*.tmp
.studio-workspace/
.studio/
.plot_env_smoke*.png
circle.png
triangle.png
# AI/Dev tools
.claude/
.ruff_cache/
# MD files (except README)
*.md
!README.md
!README.zh-CN.md
!frontend/README.md
!static/gifs/README.md
!LICENSE_POLICY.en.md
!LICENSE_POLICY.md
!THIRD_PARTY_NOTICES.md
!THIRD_PARTY_NOTICES.zh-CN.md
!DEPLOYMENT.md
!DEPLOYMENT.zh-CN.md
!CLA.md
!CONTRIBUTING.md
!DEVELOPMENT.md
!STUDIO_AGENT_DEVELOPMENT.md
!.github/pull_request_template.md
!BUILDER_ARCHITECTURE.md
!src/prompts/templates/**/*.md
!src/studio-agent/prompts/templates/**/*.md
!src/studio-agent/skills/catalog/**/*.md
# Flow type files
*.flow
# Batch scripts
*.bat
public/images/*
public/images/.gitkeep
public/readme-images/*.png
!public/readme-images/.gitkeep
# Studio / test build artifacts
dist-tests/
public/assets/
public/index.html
dist-workflow-tests/