-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 691 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (27 loc) · 691 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
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen
# Evolution Engine auto-generated artifacts (tracked selectively)
evolution/benchmarks/*.yaml
evolution/deliberation/*.yaml
evolution/sandbox/*.yaml
!evolution/benchmarks/.gitkeep
!evolution/deliberation/.gitkeep
!evolution/sandbox/.gitkeep
# Weekly Intel — raw fetches are volatile; digest MD + benchmark-history.yaml are tracked
evolution/intel/vendor-releases.yaml
evolution/intel/social-signals.yaml
evolution/intel/benchmarks.yaml
evolution/intel/weekly-digest.yaml
evolution/intel/dispatch.json
# Flag files
*.flag
# Python
__pycache__/
*.pyc
# MkDocs build output
site/