-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
114 lines (105 loc) · 1.68 KB
/
Copy path.gitignore
File metadata and controls
114 lines (105 loc) · 1.68 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
104
105
106
107
108
109
110
111
112
113
114
# Rust
/target/
**/*.rs.bk
# Node / web
/node_modules/
/dist/
/.vite/
/web/node_modules/
/web/dist/
/web/.svelte-kit/
/web/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Test/coverage reports
/coverage/
/playwright-report/
/test-results/
/web/coverage/
/web/playwright-report/
/web/test-results/
# Local/editor
.DS_Store
.idea/
.vscode/
.cursor/
.continue/
.windsurf/
*.log
.env
.env.*
!.env.example
# Local AI assistant / agent artifacts
/.claude/
/.claude.*
/.aider*
/claude.md
/CLAUDE.md
/claude.local.md
/CLAUDE.local.md
/.codex/
/.codex.*
/codex.md
/CODEX.md
/codex.local.md
/CODEX.local.md
/[Aa][Gg][Ee][Nn][Tt][Ss].md
/[Aa][Gg][Ee][Nn][Tt][Ss].local.md
/.agents/
/.mcp/
/.mcp.json
/.mcp.*.json
/skills-lock.json
# Internal research, handoff, and planning notes
/internal/
/.internal/
/research/
/plans/
/scratch/
/designspec.md
/PROVENANCE.md
/WINDOWS_HANDOFF_PROMPT.md
/docs/*research*.md
/docs/*plan*.md
/docs/*provenance*.md
/docs/*notes*.md
/docs/*prompt*.md
/docs/*scratch*.md
/docs/*experiment*.md
/docs/*validation*.md
/docs/*handoff*.md
/docs/superpowers/
!/docs/production-readiness-plan.md
!/docs/provenance-policy.md
!/docs/hardware-validation-template.md
# Release/signing artifacts
/release/
/releases/
/artifacts/
/tools/dscc-hidmaestro-broker/bin/
/tools/dscc-hidmaestro-broker/obj/
/*.zip
*.msi
*.exe
*.pdb
*.cab
*.wixobj
*.wixpdb
*.wxs
*.pfx
*.p12
*.pem
*.key
# Local verification artifacts
/.playwright-cli/
/output/
/captures/
/logs/
/private-lab/
# Sony/official-app observations must stay private and reviewed before sharing.
*FWUPDATE*.bin
# Upstream research clone kept out of this clean-room implementation repo.
/Forza-Horizon-DualSense-Python/
.superpowers/