-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (86 loc) · 1.62 KB
/
Copy path.gitignore
File metadata and controls
102 lines (86 loc) · 1.62 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
!frontends/ui/src/**/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment Variables
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Ruff
.ruff_cache/
# Pre-commit
.pre-commit-config.yaml.bak
# Docker
*.pid
*.seed
*.pid.lock
# Data
*.db
*.sqlite
*.db-*
# Temporary files
tmp/
temp/
*.tmp
# Local sandbox artifact dumps (regeneratable, never committed)
artifacts_out*/
# OpenShell policy files generated by scripts/setup_openshell.sh
configs/openshell/generated/
# ============================================================================
# Evaluation Dataset, Results and Outputs (Added for evaluation suite)
# ============================================================================
# Dataset generated by script
frontends/benchmarks/*/data/
# Large result directories (regeneratable)
frontends/benchmarks/*/results/
frontends/benchmarks/*/aggregated_results_*/
# Large analysis outputs (optional - comment out if you want to track specific files)
frontends/benchmarks/*/analysis/*_scored_*.csv
frontends/benchmarks/*/analysis/*_output_*.csv
frontends/benchmarks/*/analysis/freshqa_output_*.csv
frontends/benchmarks/*/analysis/freshqa_scored_*.csv
frontends/benchmarks/*/analysis/*.csv
# Configs created in notebooks
docs/notebooks/config_*.yml
# Local images (not committed) for notebooks
docs/notebooks/local_assets/
/config_*.yml