-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 751 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (27 loc) · 751 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
# Python
__pycache__/
*.pyc
# Node
node_modules/
# Build artifacts — regenerated by codevis.py / extension/build.sh
out/
spike/index_out/
extension/out/
*.vsix
# The extension bundles COPIES of the CLI, viewer, and eval scripts at build
# time (extension/build.sh). The copies are outputs, not source — the root
# viewer/, spike/, codevis.py, eval/ are the single source of truth.
extension/indexer/
extension/eval/
extension/media/app.js
extension/media/template.html
# demo_project runtime data (SQLite DBs, backups, logs) — 380MB+ of run output.
# The demo's CODE is a test fixture; its data is not.
demo_project/data/
# Eval run outputs
eval/arms.json
eval/facts.json
eval/results.json
eval/RESULTS.md
# Debug / scratch scripts
debug/