-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 1.32 KB
/
Copy path.gitignore
File metadata and controls
41 lines (37 loc) · 1.32 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
# 내부 에이전트/개발 규칙 문서·설정은 로컬 전용(공개 레포/패키지에 올리지 않음).
CLAUDE.md
AGENTS.md
.claude/
# 끝나지 않은 실행 계획. 로컬 전용. Git이 추적하지 않는다.
mainPlan/
node_modules/
.tmp/
**/nativeHost/target/
npm-debug.log*
*.tgz
.DS_Store
Thumbs.db
.cache/
.vscode/
.idea/
scratch/
hardwareGpuEvidence/
*.local
!scripts/engineBuilder/Setup.local
!scripts/engineBuilder/Setup.data.local
__pycache__/
*.py[cod]
*.egg-info/
# 설치 default의 owned core engine은 src/runtime/engines/wasi/owned/core에 exact artifact로 배포한다.
# 연구용 대형 바이너리만 아래에서 제외한다. vendored shim은 라이선스 고지 뒤 추적한다.
tests/browser/*.wasm
# Web Machine x86/Linux test 자산(assetCatalog과 SBOM 검증 후 로컬 준비).
tests/webMachine/fixtures/v86/assets/
# Web Computer 제품 실행 자산. catalog와 준비 스크립트만 추적한다.
apps/webComputer/assets/
# WASI 레인의 순수 파이썬 wheel(재현: pip download, 그 폴더 README 레시피). 레포 자산 0.
tests/browser/wasiWheels/*.whl
# 자가 호스팅 엔진 배포판(scripts/fetchEngine.mjs가 준비, 약 509MB). 레포 자산 0.
vendor/
# Buildroot 자체 guest 빌드 작업공간과 산출물. recipe/config/manifest 계약만 추적한다.
.cache/buildrootGuest/