-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
199 lines (172 loc) · 2.29 KB
/
.gitignore
File metadata and controls
199 lines (172 loc) · 2.29 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.pytest_cache/
.hypothesis/
# Project specific
exports/
.kiro/
comfyui_portable/
.storycore/
.venv/
.env*
# Credential configuration files
credentials.json
config/credentials.json
**/credentials.json
*.credentials.json
# Test and demo directories
test-qa-demo/
test-*/
demo-*/
grid-*/
promo-*/
stack-*/
refine-*/
src/*-demo/
src/*-test/
metrics-*/
# Dependencies
node_modules/
!creative-studio-ui/package-lock.json
# IDE and editor files
.vscode/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and databases
*.log
*.db
*.sqlite
logs/
# Temporary files
temp_*/
*.tmp
*.temp
# Build artifacts
dist/
build/
!build/icon.ico
!build/icon.icns
!build/README.md
*.egg-info/
release/
dist-electron/
# Cache directories
cache/
.cache/
asset_cache/
# Media files (large)
*.mp4
*.avi
*.mov
*.wmv
*.flv
*.webm
*.mkv
*.m4v
*.3gp
*.wav
*.mp3
*.flac
*.aac
*.ogg
*.wma
# Large image files
*.psd
*.ai
*.eps
*.tiff
*.tif
# Documentation artifacts
*.pdf
docs v3/
# Reports and analytics
*_report_*.json
analytics_*.db
batch_*.db
preview_*.db
# Installation and setup files
*.bat
*.sh
ffmpeg/
models/
# Workflow files
# Workflows (but not .github folder itself)
workflows/
!.github/
*.json.bak
# Large test files
creative-studio-ui/test-baseline-results.txt
creative-studio-ui/test-baseline.txt
creative-studio-ui/test-output.txt
tailwindcss
# Additional directories to ignore
traces/
coverage/
quarantine/
test_cleanup/
# ComfyUI downloads
comfyui_download_zone/
# Ollama and large binaries
ollama.zip
ollama.exe
vc_redist.x64.exe
lib/ollama/
# Large PPM image files
*.ppm
# StoryCore Agent files
.checkpoints/
test_output_2.txt
test_projects/
tsc_errors_new.txt
*.json.bak
*.tsxx
# Temporary local files
tmp/
tmp_*.py
test_face.jpg
undefined_errors.txt
# Aggressive cleanup of local work files
*.zip
*.glb
*.fbx
*.obj
*.mtl
*.stl
*.blend
*.blend1
# Test reports and logs
pytest_*.txt
report.txt
log_*.txt
*_results.txt
*_failures.txt
tsc_errors*.txt
eslint-report*.json
eslint_output*.txt
lint_output*.txt
build_output*.txt
tsc_output*.txt
# Temporary data and outputs
*_output.json
*_output_v2.json
*_result.json
*_check.txt
*_analysis.txt
missing_code_scan.json
# Bloated directories
demo_export_project/
assets/