forked from lumingya/universal-web-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (60 loc) · 923 Bytes
/
Copy path.gitignore
File metadata and controls
75 lines (60 loc) · 923 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
# 环境配置(含敏感信息)
.env
*.local
# Python
__pycache__/
/.coverage
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
.venv/
temp/
# 浏览器配置(含用户登录态,绝对不能提交!)
chrome_profile/
# 自动更新备份
backup_*/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Visual Studio
**/.vs/
bin/
obj/
*.user
*.suo
*.pdb
*.cache
# 日志
*.log
logs/
# 运行时统计(持久化请求计数等)
config/app_stats.json
config/marketplace_cache.json
config/request_history.json
config/*.tmp
# 系统文件
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# Node.js
node_modules/
# 排除打包输出和打包脚本
dist/
build_release.py
# Git 提交脚本(不需要提交)
git提交.py
download_images/
image/
# Agent 协作与网桥配置文件
agent_collaboration_rules.md
.agent_bridge.json
# 内网穿透脚本与批处理文件
开启公网访问(8199端口).bat
start_ngrok.py