-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (66 loc) · 796 Bytes
/
.gitignore
File metadata and controls
81 lines (66 loc) · 796 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# 依赖目录
node_modules/
__pycache__/
*.pyc
.venv/
venv/
# 日志文件
*.log
logs/
# IDE和编辑器
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
desktop.ini
# 临时文件
temp/
tmp/
*.tmp
# 包管理器
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 测试覆盖率
coverage/
.coverage
.nyc_output/
# Python
.mypy_cache/
.dmypy.json
dmypy.json
.pytest_cache/
# palywright
.palywright-mcp
# 测试文件目录
*.old
upload/
flask_sessions/
*.mp4
# 发布版应用
release/
# 临时文档
**/项目提示词.md
docs/base/
olds/
output/
list.txt
# 整合包运行时
runtime/
runtime_backup/
# Node.js/TypeScript
dist/
build/
*.tgz
.pnpm-store/
.eslintcache
# 环境变量(包含敏感信息)
.env
.env.local
.env.*.local
config.json
.feishu-export/