-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 1009 Bytes
/
.gitignore
File metadata and controls
45 lines (39 loc) · 1009 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
__pycache__/
*.pyc
.DS_Store
*.swp
*.swo
*~
*.p8
# .github/ — CI workflows are now tracked
*.db-shm
*.db-wal
scripture.db
app/assets/scripture.db
-e
# Quality evaluation artifacts
_tools/.quality_cache.json
_tools/quality_report.json
# Accuracy audit cache (API responses)
_tools/audit/.cache/
_tools/.env
_tools/audit/ci_results.json
.env
-e
# Image staging (downloaded but not committed)
_tools/art_staging/
# Local-only source data (Card #1271) — see _data/README.md
_data/openbible/*.jsonl
# Amicus embeddings pipeline (Card #1447) — never tracked; rebuilt by
# _tools/build_embeddings.py and merged into scripture.db by #1448.
embeddings.db
_tools/embedding_manifest.json
# Amicus chip pool (Card #1461) — never tracked; rebuilt by
# _tools/build_prompts.py and merged into scripture.db.
prompts.db
_tools/prompts_manifest.json
# Expo export output (from `npx expo export`)
app/bundle.log
app/dist/
# Coverage audit artifacts (epic #1625) — regenerable snapshots, never tracked.
_audit/