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
65 lines (55 loc) 路 892 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (55 loc) 路 892 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
62
63
64
65
# Python
__pycache__/
*.pyc
.pytest_cache/
.cache/
node_modules/
misakanet/profile.json
misakanet/.quota.json
*.pyo
venv/
*.egg-info/
dist/
build/
# Environment
.env
*.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# RAG runtime data
rag_chromadb/
audit_reports/
*.pkl
# Large files
*.rar
*.zip
*.7z
*.exe
scripts/_*.py
workers/wrangler.api.jsonc
.wrangler/
.dev.vars*
!.dev.vars.example
!.env.example
# Local agent/workflow runtime artifacts
.coverage
.hydra/
.worktrees/
data/sag.db
# Crawler flywheel metrics (local tracking)
data/crawler_flywheel.jsonl
# Hub runtime/generated artifacts (regenerable, not source-of-truth)
hub/storage/audit.jsonl
hub/storage/skill_index.json
# Usage meter runtime data (local tracking)
data/usage_credits.jsonl
data/contribution_queue.jsonl
# local search quality feedback (issue #604)
data/search-feedback.jsonl
.private/