-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (81 loc) · 1.59 KB
/
.gitignore
File metadata and controls
89 lines (81 loc) · 1.59 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
83
84
85
86
87
88
89
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
.env
.venv
env/
venv/
*.sqlite
*.db
vault.enc
*.log
.pytest_cache/
.coverage
htmlcov/
Capture.PNG
*.PNG
OpenclawArticle.md
remixforge/
spiderspark-conduit/
BRAINSTORM/
CATO_ALEX_AUDIT.md
CATO_BUILD_LOG.md
CATO_KRAKEN_VERDICT.md
CATO_UPGRADE_PLAN.md
# Session/audit/task artifacts (dev-only, not for public repo)
AUDIT_*.md
TASK_*.md
REALITY_CHECK_REPORT.md
WEEK1_MVP_*.md
README_WEEK1_EXECUTION.md
CATO_SESSION_*.md
*_SESSION_*.md
*_EXECUTION.md
*_IMPLEMENTATION_REPORT.md
# Dev session docs and checklists (personal working files)
CATO_BUILD_IMPROVEMENTS_CHECKLIST.md
CATO_BUILD_POTENTIAL_ISSUES.md
CATO_BUILD_RISKS.md
CATO_CLI_INTEGRATION_CHECKLIST.md
CATO_FINAL_TEST_REPORT.md
CATO_GENESIS_BRAINSTORM.md
CATO_HUDSON_REVIEW_M3.md
CATO_HUDSON_REVIEW_M4.md
DAEMON_RESTART_COMPLETE.md
SKILLS_RECOGNITION_FIX_VERIFIED.md
TELEGRAM_DESKTOP_INTEGRATION_FIX.md
TELEGRAM_INTEGRATION_COMPLETE.md
desktop/WINDOWS_BUILD.md
# Kraken/test run artifacts
kraken_e2e_report.json
kraken_e2e_test.py
kraken_test_output.txt
kraken_test_run.txt
test_skills.py
# Local bridge/startup scripts (machine-specific)
launch_bridge.py
register_telegram_bridge_task.ps1
start_telegram_bridge.ps1
scripts/install_watchdog.ps1
# Utility scripts (local dev only)
scripts/sync_version.py
scripts/verify_python_build.py
# Claude Code session data
.claude/
# Log directories
logs/
# Desktop app build artifacts
desktop/src-tauri/target/
desktop/dist/
desktop/node_modules/
desktop/src-tauri/binaries/
# Ralph Loop state directories
Ralph Loop Desktop APP/
Ralph Loop Web UI/