-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 733 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (49 loc) · 733 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
/target
.DS_Store
/docks.json
/profile.json
.vscode
index.scip
*.log
__pycache__/
*.py[cod]
node_modules/
docs-site/docs/.vitepress/dist/
docs-site/docs/.vitepress/cache/
docs-site/docs/public/images/
.worktrees/
# Rust build artifacts
target/
**/target/
crates/**/target/
# Debug artifacts
**/*.rs.bk
*.pdb
# IDEs
.idea/
.idea/vcs.xml
.vscode/
*.swp
*.swo
*~
.zed/
# Cargo lock for libraries (keep for binaries)
# Cargo.lock is already tracked, so commenting this out
# Cargo.lock
# Backup files
*.bak
*.tmp
# OS specific
Thumbs.db
.Spotlight-V100
.Trashes
# Environment variables
.env
.env.local
.env.*.local
# Local-only scripts
/supabase.sql
# AI Coding 生成的提交文档
commit-info.md
.superpowers/
.codegraph/