lllin000_PaperForge/.gitignore
Research Assistant 2c62a6631f fix(ci): two pre-existing CI config issues blocking pipeline
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.
2026-05-09 17:50:38 +08:00

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/