mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
L2: removed -m cli marker filter (no test had the marker → exit code 5) L3: committed package-lock.json (npm ci failed without it) gitignore: added paperforge/plugin/node_modules/ These are CI config issues, not code regressions from v2.1.
40 lines
395 B
Text
40 lines
395 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/
|