-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (82 loc) · 2.03 KB
/
Copy path.gitignore
File metadata and controls
96 lines (82 loc) · 2.03 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
refs
!refs/leap-finetune-main
stitch/
artifacts
Patagonia_Eval
# Large/local payloads stay untracked; version tooling under data/scripts only.
data/*
!data/scripts/
!data/scripts/**
data/scripts/tests/_scratch_raster/
!data/catalog/
!data/catalog/**
# PRO SFT event catalogs (fire/flood POI JSON, etc.) — tracked so cloud clones can run orchestrator defaults.
!data/events/
!data/events/**
!data/geo/
data/geo/*
!data/geo/README.md
.cache
.env
# GGUF weights (desktop/local inference); never commit large model files.
*.gguf
# LEAP / JNI compile outputs next to sources — never commit bytecode.
nutonic/ai/liquid/leap/**/*.class
# PRO VLM model bundles are staged by CI/deploy from external storage; never commit model bytes.
server/pro_vlm_bundles/*
!server/pro_vlm_bundles/.gitkeep
nutonic/shared/src/androidMain/assets/pro_vlm/*
!nutonic/shared/src/androidMain/assets/pro_vlm/.gitkeep
# Google Cloud / Earth Engine service account keys (never commit)
radioshaq-*.json
*-gserviceaccount*.json
# PM2 and local verification (Gradle, future server test runners)
logs/
# Raw Music Folder
music/
# Parquet files
*.parquet
# Root npm tooling (pm2, scripts)
node_modules/
# Python bytecode and caches (repo scripts under data/scripts/, scripts/, etc.)
__pycache__/
*.py[cod]
*$py.class
# Python envs, packaging, tests, and tooling (repo-wide: inference/, tools/, data/scripts/, etc.)
# server/.gitignore only applies under server/; keep these patterns here too.
.venv/
venv/
ENV/
.pytest_cache/
.tox/
htmlcov/
.benchmarks/
.hypothesis/
.coverage
.coverage.*
coverage.xml
*.cover
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json
dist/
build/
*.egg-info/
*.egg
pip-wheel-metadata/
.hatch/
# Apple signing & App Store Connect API material (never commit; use GitHub Actions secrets)
*.p12
*.p8
*.mobileprovision
nutonic/dist.key
nutonic/dist.csr
nutonic/distribution.cer
nutonic/distribution.pem
# If generated elsewhere, still catch common names
**/AppleDistribution.p12
**/AuthKey_*.p8
# JVM crash / replay logs (local HotSpot dumps)
hs_err_pid*.log
replay_pid*.log