-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (42 loc) · 689 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (42 loc) · 689 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
48
# Secrets — never commit. The paper links to this repository publicly.
.env
.env.*
!.env.example
*.key
*_secret*
credentials.json
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
# Test and type-checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Evaluation output. Trajectories carry full prompts and can be large;
# release them deliberately as a versioned artifact, not by accident.
eval/results/
experiments/results/
logs/
*.jsonl
!eval/subsets/*.json
# Local vector index
.ai_coding_index/
chroma/
# Official harness scratch
logs/run_evaluation/
*.swebench.json
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp