singularity-forge/.gitignore
2026-03-19 02:22:28 -07:00

60 lines
907 B
Text

# ── GSD project state (development-only, lives in worktree branches) ──
package-lock.json
.claude/
RELEASE-GUIDE.md
*.tgz
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
.next/
/dist/
!/pkg/dist/modes/
!/pkg/dist/core/export-html/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
!packages/pi-coding-agent/src/core/export-html/vendor/
!pkg/dist/core/export-html/vendor/
*.log
coverage/
.cache/
tmp/
# ── Workspace packages ──
packages/*/dist/
packages/*/node_modules/
# ── GSD baseline (auto-generated) ──
dist/
!/pkg/dist/modes/
!/pkg/dist/core/export-html/
.bg_shell
.gsd*.tgz
.artifacts/
AGENTS.md
.bg-shell/
TODOS.md
.planning/
.audits/
docs/coherence-audit/
# ── GSD project state (per-worktree, never committed) ──
.gsd/
# ── Stale lock files (npm is canonical) ──
pnpm-lock.yaml
bun.lock