-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 787 Bytes
/
.gitignore
File metadata and controls
47 lines (43 loc) · 787 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
env/
.env
*.egg-info/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Outputs (keep repo clean; users generate these locally)
SorghumO_over_time_results/
SorghumO_over_time_discovery/
discovery_output*/
timeseries.csv
timeseries.json
summary_for_ai.md
discovery_report.json
discovery_report.md
evidence_timeseries.csv
one_agent_reporter.json
agent_transcript.jsonl
# Allow committing curated results under results/
!results/
!results/**/
!results/**/discovery_report.json
!results/**/discovery_report.md
!results/**/evidence_timeseries.csv
!results/**/agent_transcript.jsonl
!results/**/one_agent_reporter.json
!results/**/timeseries.csv
!results/**/timeseries.json
!results/**/summary_for_ai.md
# OS
.DS_Store
Thumbs.db