c06c167a0c
Sync to site1 / sync (push) Has been cancelled
- 新增 JEPA/lejepa-identifiability/lean/README.md 记录完整复现步骤、环境信息与验证状态汇总 Build completed successfully (8032 jobs),零 sorry 确认 VERIFIED 18 项 / axiomatized 12 项 - .gitignore 新增 **/.lake/ 排除 Lean 构建缓存(~10 GB) 环境:Lean 4.28.0 + Mathlib v4.28.0 + macOS arm64
36 lines
414 B
Plaintext
36 lines
414 B
Plaintext
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Python
|
|
*.pyc
|
|
__pycache__/
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Editors / IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Large research PDFs
|
|
research/lyra2_paper.pdf
|
|
|
|
# PRISM build artifacts
|
|
plans/PRISM/.build/
|
|
plans/PRISM/PRISM_Book.pdf
|
|
plans/PRISM/PRISM_Cover.pdf
|
|
plans/PRISM/PRISM_Whole.pdf
|
|
|
|
# Lean 4 / Lake build artifacts
|
|
**/.lake/
|