-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (58 loc) · 1.21 KB
/
.gitignore
File metadata and controls
58 lines (58 loc) · 1.21 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
.null-ls*
apps/controlpanel/.vs/
apps/chatserver/uploads/
app/data/.usage/*
chroma_db_actions/
chroma_db_taskdocs/
chroma_db_memory/
core/chroma_db_actions/
**/logs/
agent_file_system/workspace/
craftbot/external_tools/
craftbot/generated_task_document/
**/__pycache__/
**/rag_docs_actions/
**/rag_docs_taskdocs/
ollama_data/
config.json
node_modules
.env
.credentials/
**/agent_logs.txt
**/memory.txt
**/gui/config
.claude/
OmniParser_CraftOS/
_launch_agent.cmd
dist/
build/
*.egg-info/
debug_images
.vscode/
.idea/
# PyInstaller auto-generates a <name>.spec when run without one — those are
# build artifacts. Our hand-written CraftBotInstaller.spec and
# CraftBotAgent.spec live under packaging/ and are source-of-truth for the
# release workflow, so they MUST be tracked. Keep the broad ignore but
# allow-list the two we own.
*.spec
!packaging/CraftBotInstaller.spec
!packaging/CraftBotAgent.spec
**/.whatsapp_web_sessions/
**/build
**/build_*
**/dist
**/release
**/*wwebjs*
app/data/.usage/*
app/config/settings.json
**/CONVERSATION_HISTORY.md
**/EVENT_UNPROCESSED.md
**/EVENT.md
**/TASK_HISTORY.md
**/USER.md
**/onboarding_config.json
**/config.json
!build_template.py
docs/LIVING_UI_DEVELOPER_GUIDE.md
agent_file_system/ACTIONS.md