-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (90 loc) · 1.69 KB
/
.gitignore
File metadata and controls
103 lines (90 loc) · 1.69 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
.venv
__pycache__/
__pycache__
*.py[cod]
*.pyc
!README.md
*.png
!benchmarks/benchmark_comparison.png
!benchmarks/cli_benchmark_scatter.png
!benchmarks/cli_benchmark_overview.png
!benchmarks/cli_benchmark_per_task.png
!docs/images/*.png
.env
!.github/workflows/*.yml
.DS_Store
.vscode
node_modules
*.pptx
presentation
CSC490
STAD68
STAD80
litellm
.cursor
.claude
.terraform
.terraform.lock.hcl
.github/copilot-instructions.md
local_docs
terraform.tfstate*
# LaTeX build artifacts
*.aux
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
*.toc
*.lof
*.lot
*.bbl
*.blg
# Excalidraw source files
*.excalidraw
# Resume/reference files
resume_*.txt
# Old/duplicate PDFs
CSC490/A1/a1.pdf
CSC490/A1/high_level_architecture.pdf
!docker-compose.dev.yml
!docker-compose.yml
docker-compose.override.yml
Dockerfile.local
# Terraform
terraform/.terraform/
terraform/.terraform.lock.hcl
terraform/*.tfstate
terraform/*.tfstate.*
terraform/crash.log
terraform/crash.*.log
terraform/*.tfvars
!terraform/terraform.tfvars.example
terraform/override.tf
terraform/override.tf.json
terraform/*_override.tf
terraform/*_override.tf.json
data/formfactory/
# Test coverage artifacts
.coverage
coverage.xml
coverage-badge.svg
# Extension build artifacts and secrets
*.pem
*.crx
# Runtime data
openbrowser_agent_data/
backend/openbrowser_agent_data/
data/processed/*
!data/processed/*.jsonl
results/
feature-store-ui/
# Drawio diagrams
*.drawio
# Benchmark plot scripts (generated images are tracked, scripts are local-only)
benchmarks/plot_benchmark.py
benchmarks/plot_all_benchmarks.py
benchmarks/plot_cli_benchmark.py
# Local-only benchmark scripts and 3-way results
benchmarks/e2e_mcp_vs_cli_benchmark.py
benchmarks/e2e_mcp_vs_cli_results.json