lllin000_PaperForge/.gitignore
Research Assistant fa51cf70ac fix(08-deep-helper-deployment): fix ld_deep.py importability and doctor checks
- 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
2026-04-24 12:55:57 +08:00

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