-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (53 loc) · 1.39 KB
/
Copy path.gitignore
File metadata and controls
59 lines (53 loc) · 1.39 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
*.iml
.gradle
/local.properties
/.idea/shelf
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
.llms
.idea
build/
release/
/captures
.externalNativeBuild
.cxx
local.properties
.kotlin/
*.env
distribution_apks/
.venv/
__pycache__/
scratch/LiteRT-LM/
# Personal / private app modules (kept out of the public repo)
/personal/
# Offline map assets and zone downloads (large binary, R2-hosted)
*.pmtiles
**/*.pmtiles
zones/
v4.pmtiles
zone_*.pmtiles
*.pmtiles.download
# Network capture artifacts
reverse-engineering/
**/rust/target/
tmp/
target/
dist/
# Small100 quantized binaries > 100MB — do not commit, fetch via quantize_small100.sh or R2
scripts/translate/quantized/
# Nutrition database asset — large binary, regenerate with scripts/generate_food_db.py
health/src/main/assets/food.bin
health/src/main/assets/food.bin.br
health/src/main/assets/food.bin.meta.json
health/src/main/assets/staging.db
# Compose preview screenshot rendering (common-conventions-preview-metadata). These PNGs
# are an intermediate: the `metadata` task copies them into metadata_data/photos/<module>,
# which is what is committed and what release.sh reads. Committing them too would store
# every listing image twice. Remove this ignore if you ever want
# `validate<Variant>ScreenshotTest` to act as UI regression testing.
**/src/screenshotTest*/reference/