-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (72 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
82 lines (72 loc) · 1.3 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
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Frontend and Node.js
node_modules/
frontend/node_modules/
frontend/.next/
frontend/.next-*/
frontend/out/
frontend/.env*.local
# Environment and secrets
.env
.env.*
!.env.example
# Runtime data and local indexes
data/
!frontend/data/
*.sqlite3
*.db
.codegraph/
.understand-anything/
.playwright-cli/
# Local/private documentation
# Stable public documentation remains tracked under docs/. Internal strategy,
# architecture drafts, review notes, and generated output must stay local.
docs/internal/
docs/generated/
docs/.cache/
# Legacy private documentation locations. New material belongs in docs/internal/.
docs/strategy/
AgentHub V[0-9]*.md
AgentHub-*.md
重构*.md
*重构进度清单*.md
docs/AgentHub-*.md
docs/AI_COLLABORATION*.md
架构对比分析与修改计划.md
# Compiled binaries
*.exe
*.dll
*.so
*.dylib
# Backup, temporary, and log files
*.bak
*.tmp
.tmp-go-cache/
.gocache/
*.swp
*~
*.log
# IDE and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db
*Thumbs.db
# Local AI assistant state
.claude/
# Private deployment and platform material
k8s/
deploy/secrets/
platform/contracts/*
!platform/contracts/v1/
!platform/contracts/v1/**
platform/*.json
deploy/prometheus.yml
deploy/grafana/
frontend/public/charts/