-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (43 loc) · 765 Bytes
/
.gitignore
File metadata and controls
51 lines (43 loc) · 765 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
# Node.js / TypeScript build tooling
node_modules/
pnpm-lock.yaml
package-lock.json
yarn.lock
# IDE / Editor
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store
# Build artifacts (optional - see note below)
# Note: The web/ directory contains the compiled JS that ComfyUI serves.
# You should COMMIT web/ so users don't need to build from source.
# But these specific build artifacts can be ignored:
web/node_modules/
# TypeScript build cache
*.tsbuildinfo
# Test artifacts
test-results/
playwright-report/
.playwright/
# Debug files
Broswer_Console_Errors.md
font_resizing_attempts.md
FUTURE_ADDITIONS.md
DEBUG_SUMMARY.md
PRD.md
# Environment
.env
.env.local
# Images
pasted file.png