-
-
Notifications
You must be signed in to change notification settings - Fork 587
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (28 loc) · 570 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (28 loc) · 570 Bytes
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
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
# Local
.env
.cache/
# Generated
_build/
node_modules/
.ai/
__pycache__/
# Phase 5 build artifacts (mdBook + PDF)
book/dist/
book/src/
dist/
mermaid.min.js
mermaid-init.js
# SVG artifacts from earlier cairosvg attempts (PIL is the canonical generator now)
resources/diagrams/stage5-stack*.svg
# CI workflow scratch files (mirror sync reminder generates this temporarily)
.mirror-sync-comment.md
# weekly-catalog-refresh.yml diagnostic logs — must NOT leak into the auto-PR
star-refresh.log
link-report.txt