-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (60 loc) · 968 Bytes
/
.gitignore
File metadata and controls
69 lines (60 loc) · 968 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# macOS
.DS_Store
._*
# Python virtual envs and caches
.venv/
.venv-silicon/
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
# Environment / secrets
.env
.env.*
!.env.example
# Local runtime artifacts (will be added by overnight executor)
audit_log/
audit/runtime/
kg_store/
runtime/cache/
runtime/runs/
runtime/probes/
runtime/hf_readmes/
runtime/reports/qwen_elo_smoke/*/ckpt-*/
*.sqlite
*.duckdb
*.lock
# Bulk data — must not be vendored (per MODUS-OPERANDI.md Constraints)
*.parquet
*.h5
*.hdf5
*.feather
data/raw/
data/bulk/
# Model checkpoints — go to Hugging Face under Architect-Prime user
# (path-anchored to top level; polymath_ai/models/ is source code, not weights)
*.safetensors
*.bin
*.pt
*.pth
*.onnx
*.tflite
/checkpoints/
/models/
/runtime/checkpoints/
# Profiling traces
*.gputrace
*.snapdragon
profiling/
# Android build artifacts
*.apk
*.aab
android/build/
# IDE
.idea/
.vscode/
# Editor swap files
*.swp
*.swo
v2.41.0.251128.zip