Files
makelore/.gitignore
2026-07-29 17:22:35 +08:00

57 lines
665 B
Plaintext

# 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/