forked from gsusgg/ComfyUI_CozyGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (42 loc) · 757 Bytes
/
.gitignore
File metadata and controls
49 lines (42 loc) · 757 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
# Node dependencies
js/node_modules
# Python cache
__pycache__/
*.pyc
# Generated files and logs
*.png
*.log
logs
TechDoc.md
# Gemini related files
GEMINI.md
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Dependency directories
node_modules/
# Environment variables
.env
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
.DS_Store
# Task files
.taskmaster/
# tasks.json
# tasks/
# Cursor related files
.cursor/
workflows/
!workflows/CozyGen_Wan2.2_i2v_GGUF_example.json
!workflows/CozyGen_Wan2.2_t2v_GGUF_example.json
!workflows/CozyGen_Flux_example.json
!workflows/CozyGen_i2i_example.json
!workflows/CozyGen_QWEN_Image_Edit_example.json