-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (54 loc) · 754 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (54 loc) · 754 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
58
59
60
61
62
node_modules
.DS_Store
.env
.env.production
.env.test
test.env
dist
build
# Python
.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
# But not frontend/src/lib
!frontend/src/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next/
/.next/
.playwright-mcp/
# Claude Coder(含 API Key 和临时文件)
# 上传和生成的测试文件
uploads/
backend/test_*.pptx
# 动态生成的图片预览文件
public/
# 会话日志
logs/
.claude-coder/*
!.claude-coder/tasks.json
!.claude-coder/project_profile.json
!.claude-coder/design/
!.claude-coder/design_origin/
!.claude-coder/harness_state.json