-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
134 lines (116 loc) · 1.91 KB
/
.gitignore
File metadata and controls
134 lines (116 loc) · 1.91 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# ==============================
# 操作系统 & 编辑器通用忽略
# ==============================
.DS_Store
.vscode/
.idea/
.svn/
.git/
.verysync
.history/
.vs/
__pycache__/
*.pyc
*.pyo
*.pyd
.windsurf
tags
.nova/
.agent/
# ==============================
# 构建系统 & 编译产物
# ==============================
# 通用构建目录
build/
dist/
mc-build/
cmake-build-debug/
cmake-build-*/
./vs
# Qt Creator 自动生成的构建目录(典型命名:build-<project>-<kit>-<config>)
build-*/
# 自定义示例(保留以作参考,实际已被 build-*/ 覆盖)
# build-zhuangche_1.0-Desktop_Qt_6_2_4_MSVC2019_64bit-MinSizeRel/
# ==============================
# 临时文件 & 日志
# ==============================
*.tmp
*.log
*.m~
*.user
*.manifest
*.spec
# ==============================
# Python 相关(若项目含脚本)
# ==============================
*.egg
*.egg-info
*.whl
*.dist-info
*.zip
*.tar
*.tar.gz
*.tar.bz2
*.tgz
*.tbz
*.tbz2
# ==============================
# AI / 智能编程助手相关
# ==============================
# AI 编辑器配置目录
.cursor/
.codeai/
.ai/
.copilot/
.github-copilot/
.vscopilot/
.codechat/
.magic/
.tabnine/
.blackbox/
.continue/
.aider/
.pr-agent/
.codepal/
.codex/
.deepcode/
.sourcegraph/
.codespaces/
.devcontainer/
.cline/
.askcode/
# AI 工具生成的项目级配置文件
continue.json
cursor.json
.copilot/
# 可能由 AI 插件生成的文件扩展名(保守添加)
*.ai
*.copilot
*.cursor
*.tabnine
*.continue
*.aider
# GitHub Codespaces / Dev Containers
.devcontainer/
.github/codespaces/
# ==============================
# 其他 IDE / 工具
# ==============================
# Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates
*.vcxproj.filters
*.vcxproj.user
# CLion / JetBrains
.cmake/
.clion/
# Anthropic Claude (local integrations)
.claude/
claude.json
claude-config.json
.claude-session
claude_session.*
.env.claude
*.claude