-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (90 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
103 lines (90 loc) · 1.35 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
venv_*/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover
.hypothesis/
# Project specific
.prax/sessions/
.prax/memory.json
.prax/todos.json
.prax/tasks/
*.log
.env
.env.local
.claude/settings.local.json
# Internal reports and evaluations (not for open source)
EVALUATION_REPORT.md
IMPLEMENTATION_REPORT.md
IMPLEMENTATION_SUMMARY.md
COMPARISON_REPORT.md
docs/evals/
docs/EVAL_IMPLEMENTATION_REPORT.md
docs/comparison-matrix.md
docs/ui-restoration-workflow.md
tests/evals/
tests/test_cli_benchmark_helpers.py
tests/test_claude_cli_executor.py
tests/e2e_read_file.py
tests/e2e_test_file.txt
# Build
dist/
build/
*.egg-info/
# OS
Thumbs.db
# Node (for reference frameworks)
node_modules/
package-lock.json
# Temporary directories
tmp*/
# Reference frameworks (not part of this project)
参考框架/
# Misc (local dev artifacts, not part of the project)
add.py
planb-config/
evaluation/
plugin.json
verify_eval_suite.py
verify_implementation.py
# Node/TS artifacts from demos (NOT the package.json or src/ at repo root)
tsconfig.json
vitest.config.ts
# Local task state
.prax/tasks/