Files
hyperguild/.gitignore
2026-04-17 21:23:37 +02:00

50 lines
784 B
Plaintext

# Worktrees
.worktrees/
# Binaries
bin/
*.exe
cmd/supervisor/supervisor
# Brain content — keep wiki and structure, exclude session logs and training data
brain/sessions/*.jsonl
brain/training-data/**/*.jsonl
# Go
vendor/
# ── Generated context files (adapter outputs) ──
# Canonical sources: .context/PROJECT.md + .skills/*/SKILL.md
# Everything below is disposable — regenerate with: task context:sync
AGENTS.md
CLAUDE.md
.cursorrules
.aider.conventions.md
.aider.conf.yml
.context/system-prompt.txt
# ── Sensitive ──
.env
.env.local
.env.*.local
*.key
*.pem
secrets/
# ── Documented examples (commit these) ──
!.env.example
!config/supervisor/CLAUDE.md
# IDE
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db
# Brainstorm sessions
.superpowers/