-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
87 lines (74 loc) · 1.48 KB
/
Copy path.gitignore
File metadata and controls
87 lines (74 loc) · 1.48 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
.venv/
venv/
env/
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/
# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml
.hypothesis/
# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/
# IDEs
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# autodev runtime state
.autodev/evidence/*.patch
.autodev/evidence/*.diff
.autodev/tournaments/*/a/
.autodev/tournaments/*/b/
.autodev/tournaments/*/ab/
# v0.21.0 A1: warm-start worktree pool — recycled per execute phase.
.autodev/execute_worktrees_pool/
# v0.25.0: file/symbol index — built per-workspace, never checked in.
.autodev/index.db
.autodev/index.db-shm
.autodev/index.db-wal
.autodev/index.db.lock
.autodev/index.db.building
.autodev/index.state.json
.autodev/index-build.log
# Swarm files
.swarm/
# Local caches
.cache/
*.log
# Phase-1 benchmark pilot output — transient per-run reports/workdirs; the
# operator commits only the baseline JSON + locked slice (see
# benchmarks/RUNBOOK-phase1-pilot.md), never the raw run output. Root-anchored so
# it never matches the tracked benchmarks/results/.gitkeep.
/results/
# AI agent files
.cursor/
.claude/
thoughts/
.serena/
autoreason_results
# Environment variables
.env
# Phase-4 P6 (task_009) generated 50k-file filler — synthesised by
# generate_filler.py before a run and deleted after; never committed.
benchmarks/tasks/v1/task_009_py_50k_scale/repo/filler/