Makelore 2.0 initial clean snapshot

This commit is contained in:
inman
2026-07-29 17:22:35 +08:00
commit b8ca3f8eea
694 changed files with 139782 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Dependencies
node_modules/
.pnpm-store/
.pnp.*
.opencode/node_modules/
# Build and packaged output
build/
dist/
dist-electron/
release/
out/
# Downloaded desktop runtimes
resources/bin/
resources/python/
# Test output
coverage/
playwright-report/
test-results/
.nyc_output/
# Caches and temporary files
.cache/
.tmp/
.turbo/
.vite/
.pytest_cache/
.uv-cache/
.venv/
temp_uv_extract/
*.tsbuildinfo
__pycache__/
*.py[cod]
# Local environment and secrets
.env
.env.*
!.env.example
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor and operating-system files
.vscode/
.idea/
.DS_Store
Thumbs.db
# Local worktrees
.worktrees/