-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (61 loc) · 1.15 KB
/
Copy path.gitignore
File metadata and controls
77 lines (61 loc) · 1.15 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
# Build artifacts
build/
*.o
*.a
*.so
*.cubin
*.ptx
# Calibration data — never commit; user-specific and privacy-sensitive
data/calibration/
data/audit_logs/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Editor
.vscode/
.idea/
*.swp
*.swo
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Generated coefficient files (regenerate with scripts/gen_coefficients.py)
coefficients/*.json
coefficients/*.npy
# Secrets — must never be committed
*.jks
*.keystore
*.pem
*.key
user_private_key*
# Dashboard runtime
dashboard/__pycache__/
# Personal / thread drafts
khaos_core_thread.md
khaos_core_thread_compressed.md
# Sovereign data — never expose
vault/
logs/
# Test fixtures generated from C++ kernel (add once generated)
tests/fixtures/*.npy
# Python packaging
*.egg-info/
dist/
.eggs/
# pytest temp
pytest-cache-files-*/
.pytest_cache/
# Wyss submission docs — CONFIDENTIAL, store outside repo or in private repo
WYSS_SUBMISSION_KHAOS/
# LibreOffice lock/temp files
.~lock.*
*.tmp
# Duplicate root-level demo (canonical: scripts/demo_wyss.py)
demo_wyss.py
# Working copy of paper (canonical: docs/*.pdf)
KHAOS_CORE_Technical_Paper.docx