forked from oisee/vibing-steampunk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·118 lines (96 loc) · 1.89 KB
/
Copy path.gitignore
File metadata and controls
executable file
·118 lines (96 loc) · 1.89 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
115
116
117
118
cookies.txt
cookies
cookie.txt
cookie
cookie*.txt
# Sub-repos
mcp-abap-adt/
abap-adt-api-lib/
abap-adt-api/
# MCP config (contains credentials)
.mcp.json
.mcp*.json
./claude/abap-adt-api-lib/
# Personal, uncommitted Claude notes
CLAUDE.local.md
# Codex MCP config (contains credentials)
codex.toml
.codex.toml
codex*.toml
agents.toml
# Binaries
/build/
*.exe
*.exe~
*.dll
*.so
*.dylib
/mcp-abap-adt-go
/vsp
# Test binary
*.test
# Coverage
coverage.out
coverage.html
# Go workspace
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*
!.env.example
# vsp config files (contain credentials)
.vsp*.json
vsp.tmp.json
vsp*.tmp.json
.vsp/
# Session summaries (may contain credentials)
*SESSION-SUMMARY*
abap-adt-api/
# Session logs
sessions/
node_modules/
# Local stash for in-progress notes / reports with customer-identifying content
.local/
# Transient files
*.jsonl
# …except recorded debugger conversations, which are test fixtures on purpose.
# They are taken from a live system, so the recorder drops Set-Cookie and every
# other header that carries a session or names a server before writing one, and
# a test in pkg/saprfc re-checks the committed files on every run.
!pkg/saprfc/testdata/cassettes/*.jsonl
2026-*-last-login-*
# GoReleaser artifacts
RELEASE_NOTES.md
dist/
# Operational scratch — sensitive session notes, live CR dumps, bug repros
# with real identifiers. Anything that names a live system, user, transport,
# or customer object goes here, NEVER in tracked docs.
.local/
.codex
.codex/
_bugs/
CR_*.md
cr-*.md
AGENTS.md
amdp-breakpoint-test-results-*.log
# Live SAP session cookies (credential material)
cookie-*.txt
cookie-*
# Third-party source drops evaluated in place
quickjs/
quickjs.zip
# Local scratch, never committed (see .private/README.md)
.private/
# Isolated worktrees for background agents
.claude/worktrees/