-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (69 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
78 lines (69 loc) · 1.75 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
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv-cache/
.uv_cache/
.uv-appdata/
.uv_python/
.pytest-tmp/
.pytest_out.txt
.env
scout.db
*.db-shm
*.db-wal
.pytest_cache/
dist/
!dashboard/frontend/dist/
build/
*.egg
.mypy_cache/
dashboard/frontend/node_modules/
*.ssh_out*
_*.py
# Local TLS MITM debug artifacts (never commit)
__*.cer
__*.pem
__git_ca_bundle_plus_*.crt
# SSH two-step diagnostic dumps (the bash→file→read pattern per CLAUDE.md)
# Accumulate as `.ssh_<topic>.txt` during investigation sessions; never tracked
.ssh_*.txt
# Broken venv backups (e.g., .venv_broken_bak/ left by recovery operations)
*_broken_bak/
*.bak
# Defensive: ad-hoc scratch / temp files
.tmp/
.tmp_*
.scratch_*
# Local npm caches (sandbox-safe builds)
dashboard/frontend/.npm_cache/
dashboard/frontend/.npm_tmp/
# BL-064 Telegram session — authenticates as the user; never commit
*.session
*.session-journal
# BL-072 hook bypass audit log — local-only, not source-controlled
.claude/hooks/bypass.log
# BL-NEW-SOURCE-CALL-PRICE-COVERAGE-SAMPLE-CG-GT — vendor sample responses.
# Operator-approved one-off API responses cached for audit. May contain
# vendor-specific quirks; never commit. Sample script enforces a two-layer
# pre-check before any call dispatches.
tasks/vendor_samples/
# --- Autonomous-session scratch artifacts (never commit; PR-1 2026-06-01) ---
# Codex SDLC scratch, PR probes/diffs, git worktrees, deploy/smoke scripts that
# accumulate during autonomous sessions. Previously uncovered → `git add -A`
# footgun (the working tree carried ~350 such untracked files at session start).
.codex_*
.codex-worktrees/
__codex_*
_codex_*
.review-pr*/
.pr[0-9]*
.wt*
_deploy_*
_smoke_*
_restart_*
_actionability_*
_eligibility_*
_mirofish_runtime_probe*
_sandbox_build/
GITCHK.txt