mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
- .gitignore: audit/*/ (keep root summaries), .git-rewrite, .tmp, temp reports - Delete tests/fixtures/ocr_real_papers/*/annotated_pages/ (stale) - rm --cached 87 per-paper audit dirs (834 files), temp reports - AGENTS.md: add role pipeline notes for this session's changes
60 lines
681 B
Text
60 lines
681 B
Text
# Obsidian
|
|
.obsidian/
|
|
.trash/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env
|
|
config.json
|
|
|
|
# Data (user-specific)
|
|
Bases/
|
|
05_Bases/
|
|
System/
|
|
99_System/
|
|
00_Inbox/
|
|
Resources/
|
|
03_Resources/
|
|
|
|
# Test sandbox (wizard output)
|
|
tests/sandbox/00_TestVault/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.worktrees/
|
|
|
|
.vite/
|
|
paperforge/plugin/node_modules/
|
|
|
|
# Temp files
|
|
.opencode/tmp/
|
|
.ai-bridge/
|
|
|
|
# Audit per-paper artifacts (keep root-level summary files)
|
|
audit/*/
|
|
!audit/*.json
|
|
!audit/*.md
|
|
|
|
# Temp / generated files
|
|
.git-rewrite/
|
|
.tmp/
|
|
local-*.md
|
|
loss_*.md
|
|
audit/tmp_pdf/
|
|
audit/media_asset_samples/
|
|
|
|
# OpenCode MCP binaries
|
|
.opencode/mcp/
|