-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (51 loc) · 900 Bytes
/
.gitignore
File metadata and controls
56 lines (51 loc) · 900 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
.env
fine-tuning/.env
fine-tuning/.venv/
fine-tuning/data/
datasets/*.jsonl
datasets/*.gguf
models/
tools/llama.cpp/
checkpoints/
edudial/
lora_test_results.json
**/__pycache__/
*.pyc
# OpenClaw workspace/agent persona files (should not be part of the quimbot repo)
AGENTS.md
BOOTSTRAP.md
HEARTBEAT.md
IDENTITY.md
SOUL.md
TOOLS.md
USER.md
# OpenClaw runtime/workspace folders
.openclaw/
memory/
proposals/
# Sidequest artifacts (keep scripts, ignore generated data)
sidequests/microlearning/data/
slidev-lab/node_modules/
fine-tuning/prospects/
# OpenClaw operational files (local only, not for public repo)
AGENTS.md
SOUL.md
IDENTITY.md
USER.md
MEMORY.md
HEARTBEAT.md
TOOLS.md
BOOTSTRAP.md
memory/
a11y-checker/
sidequests/
skills/
scripts/daily_skill_learn.sh
.clawhub/
style/
# Dangling submodule directories (no .gitmodules)
agent-studio/
creative-clawing/
kalshi/
site-studio/
slide-maker/