-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
215 lines (214 loc) · 2.97 KB
/
Copy path.gitignore
File metadata and controls
215 lines (214 loc) · 2.97 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
# >>> ADJUTORIX HARDENED PRIVACY BLOCK >>>
# OS / editor / temp
.DS_Store
.AppleDouble
.LSOverride
._*
Thumbs.db
ehthumbs.db
*.swp
*.swo
*.tmp
*.temp
*.bak
*.orig
*~
*.rej
# Logs / traces / runtime residue
*.log
logs/
*.out
*.err
*.pid
*.pid.lock
nohup.out
# Secrets / credentials / tokens / certificates
.env
.env.*
!.env.example
!.env.*.example
*.secret
*.secrets
*.token
*.tokens
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt
*.csr
*.der
*.jks
*.keystore
*.mobileprovision
*.ovpn
*.asc
*.gpg
*.age
*.sops.yaml
secrets/
secret/
private/
private_keys/
keys/
credentials/
creds/
auth/
tokens/
certs/
# Local config overrides
*.local
*.override
*.private
.local/
.local-*
config/local*
config/private*
configs/runtime/*.local*
configs/runtime/*.private*
configs/runtime/*.secret*
configs/runtime/*.token*
configs/runtime/*.creds*
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.python-version
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.venv/
venv/
env/
ENV/
.coverage
.coverage.*
htmlcov/
.pytype/
# Node / JS / TS
node_modules/
.pnpm-store/
.npm/
.yarn/
.yarn-cache/
.yarnrc
.parcel-cache/
.next/
.nuxt/
.svelte-kit/
.turbo/
coverage/
*.tsbuildinfo
# Build / package / generated
dist/
build/
out/
release/
debug/
.tmp/
.cache/
artifacts/
generated/
gen/
tmp/
temp/
# Databases / dumps / archives
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal
*.sql
*.dump
*.dmp
*.bak.sql
*.tar
*.tar.gz
*.tgz
*.zip
*.7z
*.rar
# Test artifacts / profiling / benchmarks
.prof/
profile/
profiles/
benchmarks/
*.prof
*.profraw
*.profdata
*.trace
*.gcda
*.gcno
playwright-report/
test-results/
# Electron / app packaging artifacts
*.dmg
*.pkg
*.AppImage
*.msi
*.exe
*.deb
*.rpm
*.snap
*.asar
# IDE / tooling private state
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json.example
!.vscode/tasks.json.example
!.vscode/launch.json.example
# Project-local private workspace state
.adjutorix-private/
workspace-private/
repo-private/
*.workspace.private
# GitHub / CI local private files
.github/*.local.yml
.github/*.private.yml
# <<< ADJUTORIX HARDENED PRIVACY BLOCK <<<
.adjutorix-audit/
*.bak.*
# >>> ADJUTORIX LOCAL PRIVACY / GENERATED ARTIFACT PERIMETER >>>
# macOS / editor residue
# local logs / forensic scratch / repair archives
__adjutorix_*.log
__adjutorix_*.tar.gz
# local backups / rejects
*.v*bak-*
# environment / credentials / key material
# local databases / mutable runtime state
*.db-*
*.sqlite-*
# package managers / build systems / caches
**/node_modules/
**/.turbo/
**/.tmp/
.venv*/
.conda/
**/.pytest_cache/
**/__pycache__/
# app/build/release outputs
**/dist/
**/release/
*.blockmap
# <<< ADJUTORIX LOCAL PRIVACY / GENERATED ARTIFACT PERIMETER <<<
.adjutorix/
# ADJUTORIX generated/runtime surfaces
packages/*/node_modules/
packages/*/dist/
packages/adjutorix-app/dist/
packages/adjutorix-app/release/
packages/adjutorix-agent/adjutorix_agent/**/__pycache__/
packages/adjutorix-cli/adjutorix_cli/**/__pycache__/
*.pyc
# local installed/build artifacts
.local-app/
builder-debug.yml
builder-effective-config.yaml