-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
167 lines (142 loc) · 3.25 KB
/
Copy path.gitignore
File metadata and controls
167 lines (142 loc) · 3.25 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Development tools
.aider*
.claude/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.build/
*.pyc
venv/
env/
.venv/
# Logs
*.log
applications/cmush/logs/
research/logs/
# Profiler sessions
applications/cmush/profiler_sessions/
# Archived experiments (historical research)
archive/
research/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Training data (contains real agent interactions)
training/data/cmush_real/
training/data/synthetic/*.jsonl
# Training checkpoints (large files)
training/checkpoints/
*.npz
*.ckpt
# Agent runtime state
applications/cmush/world/agents/*/agent_state.json
applications/cmush/world/agents/*/checkpoint.npz
applications/cmush/world/agents/*/thoughts/*.txt
applications/cmush/world/agents/*/history/
# UUID-based agents (runtime-generated, transient)
applications/cmush/world/agents/agent_????????-????-????-????-????????????/
# Event logs (runtime data)
applications/cmush/world/events/
# Evaluation results
evaluation/ablation_studies/results/
evaluation/ablation_studies/*.log
evaluation/ablation_studies/*.png
# Temp files
*.tmp
*.bak
*~
temp
server_debug.log
# Session notes (development only)
2025-*.txt
*-oh-hi-there-*.txt
CLAUDE.md
HANDOFF_*.md
NEXT_SESSION_*.md
SESSION_HANDOFF_*.md
applications/cmush/NEXT_SESSION_PROMPT.md
# Debug and investigation notes (development only)
BUG_*.md
CONVERSATION_TRACE.md
IMPLEMENTATION_COMPLETE_*.md
AUTONOMOUS_CYCLE_FLOW.md
REACTIVE_CYCLE_FLOW.md
RED_SILENT_RESPONSE_BUG_FORENSICS.md
SPATIAL_ARCHITECTURE.md
CONTEXT_INTELLIGENCE_EXAMPLE.md
CLAUDE_OLD.md
# User's Noodlings Stage (personal data, not in repo)
# This is created in ~/Noodlings/ on user's machine
# Draft documents (keep only published versions)
KODING.md
MEMORY_DEEPDIVE.md
NOODLINGS_DEEP_DIVE.txt
PHASE5_SESSION_SUMMARY_*.md
MIGRATION_COMPLETE.md
REBRANDING_GUIDE.md
rebrand.sh
generate_pdf.py
WHITEPAPER.md
WHITEPAPER.pdf
WHITEPAPER_v2.md
business/
# Private documentation (keep out of repo)
ACTION_EMISSION_SYSTEM.md
AFFECTIVE_INFORMATION_THEORY_PAPER.html
AFFECTIVE_INFORMATION_THEORY_PAPER.md
AFFECTIVE_INFORMATION_THEORY_PAPER.pdf
AFFECTIVE_INFORMATION_THEORY_PAPER_UPDATED.html
AFFECT_DRIVEN_ARCHITECTURE.md
ATTENTION_FOCUS_PHASE1.md
BUGS.md
CHARACTER_LAYER_ROUTING.md
COGNITION_DIAGNOSTICS.md
COGNITIVE_MANIFOLD_PAPER.md
COMPONENTS_REFERENCE.md
CONTINUOUS_SALIENCE_EXAMPLES.md
DEGOOSIFICATION_BACKEND_SPEC.md
EXPLAINER.md
EatingCharacterAIsLunch.md
FIREFLY_IDEAS.md
IBM_QUANTUM_INTEGRATION_STRATEGY.md
MULTI_PROVIDER_EXECUTION_PLAN.md
NEURAL_CANVAS_SPECIFICATION.md
OLLAMA_INTEGRATION.md
PYTORCH_MIGRATION_GUIDE.md
QA_TEST_PLAN_NOV20.md
RELEASE_NOTES_*.md
SCRIPTED_FACET_API.md
SCRIPTING_SYSTEM.md
SESSION_SUMMARY_*.md
TECHNICAL_DEBT_INVENTORY.md
THE_ONES_WHO_WALK_AWAY.md
# MkDocs build output
site/
site_scripting_api/
.env
# AI-generated content (user-specific, not in repo)
applications/noodlestudio/library/Generations/
# External dependencies and large files (VRM samples, trained models, etc.)
external/
models/
# NoodleStudio logs
applications/noodlestudio/logs/
# Backend API (separate private repo)
# Managed as sister project at github.com/[your-org]/noodlings-api (private)
backend/
# Legacy documentation (boxed up, not shipped)
docs/_legacy/
# Legacy code quarantine
discards/
CLAUDE.md