1 parent 0ea5104 commit 77123b4Copy full SHA for 77123b4
2 files changed
.gitignore
@@ -104,6 +104,25 @@ providers.json
104
105
# Logs
106
logs/
107
+
108
+# Research artifact: local inputs, scratch work, and generated evaluations.
109
+# Keep these on disk, but do not publish them accidentally. Curated release
110
+# manifests and aggregate results should live under a dedicated tracked path.
111
+/.pnpm-store/
112
+/outputs/
113
+/jobs/
114
+/harbor/**/environment/chat.json
115
+/design/
116
+/scroll-tc-kit/
117
+/scripts/.scroll-demo/
118
+/scripts/.scroll-tile-demo/
119
+/scripts/scroll_context_demo.py
120
+/scripts/scroll_tile_demo.py
121
+/console/memory/
122
+/default_*.json
123
+/CONTEXT_MANAGEMENT.html
124
+/2406.18312v4.pdf
125
+/issue-*.md
126
*.log
127
128
# vibe coding
0 commit comments