-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (56 loc) · 887 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (56 loc) · 887 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.env
data/*
!data/traces/
data/traces/*
!data/traces/.gitkeep
!data/eval/
data/eval/*
!data/eval/results/
data/eval/results/*
!data/eval/results/.gitkeep
!data/eval/sample/
!data/eval/sample/**
!data/eval/suites/
!data/eval/suites/**
!data/eval/imports/
data/eval/imports/*
!data/eval/imports/**
!data/eval/imports/.gitkeep
!data/eval/regressions/
data/eval/regressions/*
!data/eval/regressions/**
!data/eval/regressions/.gitkeep
!data/evolution/
data/evolution/*
!data/evolution/history/
data/evolution/history/*
!data/evolution/history/.gitkeep
images/*
# Node
node_modules/
# Python
__pycache__/
*.egg-info/
*.egg
.eggs/
dist/
build/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
env/
*.png
.playwright-mcp
.codex
.attocode/
.attocode/traces
.attocode/sessions
.attocode/cache
.attocode/vectors
.cursor/
# GEPA optimizer backups
*.gepa-bak