mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
- Upgrade Agent script check from directory existence to actual importability - Fix doctor env var check: prefer PADDLEOCR_API_TOKEN over old names - Support per-domain JSON export validation (not just library.json) - Remove blanket tests/ exclusion from .gitignore
33 lines
340 B
Text
33 lines
340 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)
|
|
99_System/Zotero/
|
|
99_System/PaperForge/ocr/
|
|
00_Inbox/
|
|
03_Resources/
|
|
|
|
# Test sandbox (wizard output)
|
|
tests/sandbox/00_TestVault/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|