-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (71 loc) · 1.36 KB
/
Copy path.gitignore
File metadata and controls
77 lines (71 loc) · 1.36 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
# ---- .NET / build output ----
bin/
obj/
publish/
dist/
*.user
*.suo
*.userprefs
*.cache
*.lock.json
TestResults/
# ---- IDE / tooling ----
.vs/
.vscode/
.idea/
.claude/
*.swp
# ---- Per-user / secrets ----
**/config.local.json
**/appsettings.Development.json
**/appsettings.Local.json
**/secrets.json
**/launchSettings.json
.env
.env.*
*.pfx
*.snk
*.key
*.pem
# ---- Excluded by project policy ----
# Markdown docs (kept locally, not pushed) — except public docs.
*.md
!README.md
!METRICS.md
# PowerShell helpers (build/ops scripts kept local)
*.ps1
# Image assets per policy
*.png
*.jpg
*.jpeg
*.gif
# Exception: the embedded app logo + splash are build-time WPF resources,
# not doc assets. Whitelist the entire Assets/ folder so future bundled
# images don't need a new line each time.
!DllSidecar.GUI/Assets/
!DllSidecar.GUI/Assets/**
# Python research helpers (one-off scripts, not part of the product)
*.py
# Installer (releases produced manually on GitHub)
installer/
# Throwaway codex marker
codex
# ---- OS junk ----
Thumbs.db
.DS_Store
desktop.ini
# ---- Runtime / data ----
*.log
*.db
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
# ---- Local artifacts ----
spike-*/
**/AdvisoryLibrary.db*
attachments/
results/
# Output of the PoC generator (regenerated on demand from the GUI).
# templates/ — the .h headers consumed by every generated PoC — IS tracked.
output/