-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (77 loc) · 1.88 KB
/
Copy path.gitignore
File metadata and controls
91 lines (77 loc) · 1.88 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
# Virtual env
venv/
venv-x86/
.venv/
env/
# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
pytest-cache-files-*/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
# User config (never commit secrets/paths)
config.toml
# Logs and runtime data
logs/
*.log
*.jsonl
# Test outputs
/tmp_dng/
*.dng.tmp
captures/
# Local-only workspace (designs, traces, archives, SDK references, etc.)
# Everything under workshop/ is for development continuity and is NOT
# part of the published package.
workshop/
# DMG and binary blobs (large) — Sigma's copyrighted SDK distribution
# (Now consolidated under workshop/archive/sigma-sdk/, but this rule
# stays as defense-in-depth.)
*.dmg
sdk/
# Vendored research code (libgphoto2 git clone for reference only)
# (Now under workshop/archive/research/, defense-in-depth.)
research/
# Phase 0 trace dumps (may contain serial numbers)
docs/PTP_TRACE_*.bin
docs/PHASE0_RAW_*.txt
# Internal AI-assist memory & research artifacts (not part of the
# published package — kept locally for development continuity only)
CLAUDE.md
DESIGN_PLAN.md
sigma-tether-handoff.md
docs/PHASE0_LOG.md
docs/PHASE_3_9_PANEL_FIXES.md
docs/PHASE_3_10_UI_POLISH.md
docs/PHASE_3_11_LV_OVERLAYS.md
docs/PHASE_3_12_LV_DETACH.md
docs/PHASE_3_13_HIST_PLACEMENT.md
docs/PHASE_3_14_SETTINGS_PANEL.md
docs/PHASE_3_15_BUGFIX_ROUND1.md
docs/PUBLIC_RELEASE_POLISH.md
docs/PTP_TRACE.md
docs/COMPATIBILITY.md
memory/
# Phase 0 SDK research scripts — dead-end paths kept on disk for
# personal reference but not shipped (they reference local SDK paths
# and were superseded by the libusb-based clean implementation)
scripts/sigma_sdk_*.py
scripts/setup_sigma_sdk.py
scripts/setup_x86_venv.sh
scripts/inspect_sample_program.sh
scripts/refix_sdk_copy.sh
# Persistent user data (settings cache, runtime state)
.fp-l-tether/
*.json.tmp
# Local Claude Code / IDE settings
.claude/