forked from datawhalechina/vibe-vibe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (56 loc) · 1.34 KB
/
.gitignore
File metadata and controls
64 lines (56 loc) · 1.34 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
# ============================================
# OS / System
# ============================================
.DS_Store
.temp/
temp/
# ============================================
# IDE / Editor
# ============================================
.idea/
.vscode/
.trae/
.factory/
# ============================================
# Dependencies / Build Output
# ============================================
node_modules/
.pnpm-store/
dist/
.vitepress/cache/
.vitepress/dist/
cache/
# ============================================
# Python
# ============================================
__pycache__/
*.pyc
rename_docs.py
# ============================================
# Environment / Local Config
# ============================================
.env
.claude/
# ============================================
# Internal / Private Project Files
# ============================================
ai-write-guide/
archive/
docs/dev-dist/
docs/docs/
nano-api-test/
scripts/
VibeVibe 项目协作与开发指南.md
# 旧 demo 位置(已迁移到 /demos)
docs/Advanced/demo/
# ============================================
# Demo Project Artifacts
# ============================================
demos/*/.env
demos/*/.next/
demos/*/node_modules/
# ============================================
# Agent Instruction Files
# ============================================
**/AGENTS.md
**/CLAUDE.md