-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 926 Bytes
/
.gitignore
File metadata and controls
53 lines (44 loc) · 926 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.DS_Store
*.swp
*.swo
*~
.idea/
.vscode/
node_modules/
.env
.env.local
# MkDocs build output
site/
public/
# Python
__pycache__/
*.py[cod]
.venv/
.venv-docs/
venv/
# Work-in-progress drafts — promote to docs/ when ready
drafts/
scratch/
# PoC sample data — never commit source material
poc/sample-data/*
!poc/sample-data/.gitkeep
# Ingest runtime artifacts
poc/ingest/.venv/
poc/ingest/*.egg-info/
poc/ingest/.dashi-ingest-result.json
.dashi-ingest-result.json
# Large binary attachments shouldn't sit in the spec repo
*.pdf
*.xlsx
*.pptx
!docs/**/*.pdf
!source/**/*.pdf
.redeploy-logs/
# Viewer build — node_modules already ignored above; lockfile is per-machine.
docs/viewer/package-lock.json
# Web ingest UI build artefacts
poc/web/ingest/package-lock.json
poc/web/ingest/dist/
poc/web/ingest/tsconfig.tsbuildinfo
# Off-cluster backup mirror credentials — keep out of git.
poc/manifests/backup/offsite.env