-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 840 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (49 loc) · 840 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
# Virtual envs
.venv/
venv/
env/
# codegraph artifacts
.codegraph/
# bench harness artifacts (per-tool venvs, target repo clones, LLM cache, scratch outputs)
bench/.venvs/
bench/repos_cache/
bench/.llm_cache/
bench/results/*/
!bench/results/.keep
.llm_cache/
graphify-out/
# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp
# Secrets
.env
.env.*
!.env.example
# Playwright MCP session artifacts (screenshots, traces, console logs)
.playwright-mcp/
# Local screenshot scratch files (visual smoke tests)
three-d-*.png
.claude/
.planning/*
!.planning/SESSION_HANDOFF.md
!.planning/SESSION_HANDOFF_BENCH.md
!.planning/SESSION_HANDOFF_LAUNCH.md
!.planning/PLAN_V0_3_UNIFIED_TRACE.md
.codegraph.yml
uv.lock