singularity-forge/.gitignore
jonathancostin 6e1e634251 chore: remove .gsd folder from tracking and consolidate gitignore (#78)
The .gsd/ directory contains user-specific GSD project artifacts that
should never be committed. Remove all tracked .gsd files and consolidate
the .gitignore entries to a single .gsd/ rule.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 18:55:43 -06:00

41 lines
455 B
Text

# ── GSD (user project artifacts — never commit) ──
.gsd/
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
.env
.env.*
!.env.example
node_modules/
.next/
/dist/
!/pkg/dist/
build/
__pycache__/
*.pyc
.venv/
venv/
target/
vendor/
*.log
coverage/
.cache/
tmp/
# ── GSD baseline (auto-generated) ──
dist/
.bg_shell
.gsd*.tgz
.artifacts/
AGENTS.md
.bg-shell/
TODOS.md
# ── GSD baseline (auto-generated) ──
.gsd/