-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (46 loc) · 761 Bytes
/
.gitignore
File metadata and controls
52 lines (46 loc) · 761 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
# Flox runtime data
/.flox/cache/
/.flox/log/
/.flox/run/
**/.flox/cache/
**/.flox/log/
**/.flox/run/
**/.flox/.cache/
# Devbox runtime data
/.devbox/
**/.devbox/
# OS/editor
.DS_Store
.idea/
# Build artifacts
**/target/
**/.gradle/
**/build/
**/node_modules/
**/Pods/
*.cache
.claude/
# Test results and temp dirs (only last run kept locally)
/reports/
/reports/tmp/
/test-results/
tests/test-results/
examples/*/reports/
examples/*/test-results/
plugins/*/tests/reports/
plugins/*/tests/test-results/
notes/
# AI-generated artifacts (don't commit these)
*DIAGNOSIS*.md
*ANALYSIS*.md
*SUMMARY*.md
*DEBUG*.md
*REPORT*.md
claude_conversation_*
chatgpt_export_*
conversation_*.md
transcript_*
scratch_*
draft_*
# Shared reproduction archives
shared-repros/