forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 684 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (37 loc) · 684 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
# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/
# Runtime data (should not be committed)
# skill_index.json 已移出 .gitignore — 多节点共享语义索引
storage/arbitration.db
storage/subscriptions.db
storage/vector_store/
storage/knowledge_graph/
# MisakaNet local cache
misakanet/.feedback/
# Historical lesson staging (Phase 1)
staging/
# IDE
.vscode/
.idea/
# OS
.DS_Store
# Auto-generated index (regenerated by scripts/update_lessons_json.py)
lessons.json
# Configuration (contains secrets)
config.yaml
# Token storage
tokens.json
.git-rewrite/
.worktrees/
.git-rewrite/
.worktrees/
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example